Fix IDE0025 (use expression body for properties)
commitc48dd0608d2403a6c5620f92ba18f151a645a349
authorStephen Toub <stoub@microsoft.com>
Fri, 16 Aug 2019 20:55:01 +0000 (16 16:55 -0400)
committerMarek Safar <marek.safar@gmail.com>
Sun, 18 Aug 2019 05:01:54 +0000 (18 07:01 +0200)
tree476983e30b458a9db12b8b12f38fc28ed5a170d9
parent2e9134f1a681faaa8432f13f8250f6e79a145964
Fix IDE0025 (use expression body for properties)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
123 files changed:
netcore/System.Private.CoreLib/shared/System/AggregateException.cs
netcore/System.Private.CoreLib/shared/System/AppContext.cs
netcore/System.Private.CoreLib/shared/System/ArgumentException.cs
netcore/System.Private.CoreLib/shared/System/ArgumentOutOfRangeException.cs
netcore/System.Private.CoreLib/shared/System/Array.cs
netcore/System.Private.CoreLib/shared/System/ArraySegment.cs
netcore/System.Private.CoreLib/shared/System/AttributeUsageAttribute.cs
netcore/System.Private.CoreLib/shared/System/BadImageFormatException.cs
netcore/System.Private.CoreLib/shared/System/CLSCompliantAttribute.cs
netcore/System.Private.CoreLib/shared/System/CharEnumerator.cs
netcore/System.Private.CoreLib/shared/System/Collections/ArrayList.cs
netcore/System.Private.CoreLib/shared/System/Collections/Concurrent/ConcurrentQueue.cs
netcore/System.Private.CoreLib/shared/System/Collections/Concurrent/IProducerConsumerCollectionDebugView.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/Dictionary.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/KeyValuePair.cs
netcore/System.Private.CoreLib/shared/System/Collections/Hashtable.cs
netcore/System.Private.CoreLib/shared/System/Collections/ListDictionaryInternal.cs
netcore/System.Private.CoreLib/shared/System/Collections/ObjectModel/Collection.cs
netcore/System.Private.CoreLib/shared/System/Collections/ObjectModel/ReadOnlyCollection.cs
netcore/System.Private.CoreLib/shared/System/CurrentSystemTimeZone.cs
netcore/System.Private.CoreLib/shared/System/DateTime.cs
netcore/System.Private.CoreLib/shared/System/DateTimeOffset.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Contracts/ContractFailedEventArgs.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Contracts/Contracts.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/StackTrace.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/ActivityTracker.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventDescriptor.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/EventPayload.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/EventSourceActivity.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/EventSourceOptions.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/SimpleEventTypes.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventTypes.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingMetadataCollector.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingTypeInfo.cs
netcore/System.Private.CoreLib/shared/System/Exception.cs
netcore/System.Private.CoreLib/shared/System/Globalization/ChineseLunisolarCalendar.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.Windows.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureNotFoundException.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeParse.cs
netcore/System.Private.CoreLib/shared/System/Globalization/GregorianCalendar.cs
netcore/System.Private.CoreLib/shared/System/Globalization/GregorianCalendarHelper.cs
netcore/System.Private.CoreLib/shared/System/Globalization/HijriCalendar.cs
netcore/System.Private.CoreLib/shared/System/Globalization/JapaneseLunisolarCalendar.cs
netcore/System.Private.CoreLib/shared/System/Globalization/KoreanLunisolarCalendar.cs
netcore/System.Private.CoreLib/shared/System/Globalization/TaiwanLunisolarCalendar.cs
netcore/System.Private.CoreLib/shared/System/Globalization/TextInfo.cs
netcore/System.Private.CoreLib/shared/System/Globalization/UmAlQuraCalendar.cs
netcore/System.Private.CoreLib/shared/System/IO/BinaryReader.cs
netcore/System.Private.CoreLib/shared/System/IO/FileStream.cs
netcore/System.Private.CoreLib/shared/System/IO/FileStreamCompletionSource.Win32.cs
netcore/System.Private.CoreLib/shared/System/IO/Path.Windows.cs
netcore/System.Private.CoreLib/shared/System/IO/Path.cs
netcore/System.Private.CoreLib/shared/System/IO/Stream.cs
netcore/System.Private.CoreLib/shared/System/IO/StreamReader.cs
netcore/System.Private.CoreLib/shared/System/IO/StreamWriter.cs
netcore/System.Private.CoreLib/shared/System/IO/TextWriter.cs
netcore/System.Private.CoreLib/shared/System/IO/UnmanagedMemoryStream.cs
netcore/System.Private.CoreLib/shared/System/IO/UnmanagedMemoryStreamWrapper.cs
netcore/System.Private.CoreLib/shared/System/Lazy.cs
netcore/System.Private.CoreLib/shared/System/MissingMethodException.cs
netcore/System.Private.CoreLib/shared/System/NotFiniteNumberException.cs
netcore/System.Private.CoreLib/shared/System/ObsoleteAttribute.cs
netcore/System.Private.CoreLib/shared/System/ParamsArray.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Assembly.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyFlagsAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/CustomAttributeNamedArgument.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Emit/Opcode.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MemberInfo.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MethodBase.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MethodInfo.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Module.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ParameterInfo.cs
netcore/System.Private.CoreLib/shared/System/Reflection/StrongNameKeyPair.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceManager.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceReader.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/FormattableStringFactory.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TaskAwaiter.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/YieldAwaitable.cs
netcore/System.Private.CoreLib/shared/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/CriticalHandle.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/ExternalException.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/HandleRef.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Versioning/TargetFrameworkAttribute.cs
netcore/System.Private.CoreLib/shared/System/Security/PermissionSet.cs
netcore/System.Private.CoreLib/shared/System/StringComparer.cs
netcore/System.Private.CoreLib/shared/System/Text/ASCIIEncoding.cs
netcore/System.Private.CoreLib/shared/System/Text/Decoder.cs
netcore/System.Private.CoreLib/shared/System/Text/DecoderBestFitFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/DecoderNLS.cs
netcore/System.Private.CoreLib/shared/System/Text/DecoderReplacementFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/Encoder.cs
netcore/System.Private.CoreLib/shared/System/Text/EncoderBestFitFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/EncoderNLS.cs
netcore/System.Private.CoreLib/shared/System/Text/EncoderReplacementFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/Latin1Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/UTF32Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/UTF7Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/UnicodeEncoding.cs
netcore/System.Private.CoreLib/shared/System/Threading/ReaderWriterLockSlim.cs
netcore/System.Private.CoreLib/shared/System/Threading/SemaphoreSlim.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/ConcurrentExclusiveSchedulerPair.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/Future.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/FutureFactory.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/ProducerConsumerQueues.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskExceptionHolder.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskFactory.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskScheduler.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskToApm.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/ThreadPoolTaskScheduler.cs
netcore/System.Private.CoreLib/shared/System/Threading/ThreadLocal.cs
netcore/System.Private.CoreLib/shared/System/TimeSpan.cs
netcore/System.Private.CoreLib/shared/System/Tuple.cs
netcore/System.Private.CoreLib/shared/System/Type.cs
netcore/System.Private.CoreLib/shared/System/UnhandledExceptionEventArgs.cs
netcore/System.Private.CoreLib/shared/System/Version.cs