Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines...
commitda2c1cde97daf5d84cb31a7fdd484d5081a7b0b3
authorStephen Toub <stoub@microsoft.com>
Thu, 8 Aug 2019 01:07:58 +0000 (7 21:07 -0400)
committerMarek Safar <marek.safar@gmail.com>
Thu, 8 Aug 2019 21:44:46 +0000 (8 23:44 +0200)
tree6878daaa5c4c33f092b1dfd6d8b58c8a24c4d6c6
parent1127974861e886a2fcb8a164e8cee2501ff71ddf
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)

Mechanical/automated change.  The only manual changes were a) removing the two rules from the CodeAnalysis.ruleset file, b) removing spaces from one line of a .targets file that is used to generate a .cs file, and c) reverting the changes in a few test files where the naive replacement happened in the middle of a verbatim string where the whitespace actually mattered.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
403 files changed:
netcore/System.Private.CoreLib/shared/Internal/Padding.cs
netcore/System.Private.CoreLib/shared/Internal/Runtime/CompilerServices/Unsafe.cs
netcore/System.Private.CoreLib/shared/Internal/Threading/Tasks/AsyncCausalitySupport.cs
netcore/System.Private.CoreLib/shared/Internal/Win32/RegistryKey.cs
netcore/System.Private.CoreLib/shared/Interop/Unix/Interop.Errors.cs
netcore/System.Private.CoreLib/shared/Interop/Unix/System.Globalization.Native/Interop.TimeZoneInfo.cs
netcore/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.ReadLink.cs
netcore/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.SysLog.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EventWriteTransfer.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.RegistryConstants.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/BCrypt/Interop.BCryptGenRandom.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.Globalization.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.Semaphore.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.WriteFile_SafeHandle_IntPtr.cs
netcore/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.WriteFile_SafeHandle_NativeOverlapped.cs
netcore/System.Private.CoreLib/shared/Microsoft/Win32/SafeHandles/SafeFileHandle.Unix.cs
netcore/System.Private.CoreLib/shared/Microsoft/Win32/SafeHandles/SafeFileHandle.Windows.cs
netcore/System.Private.CoreLib/shared/System/Activator.RuntimeType.cs
netcore/System.Private.CoreLib/shared/System/AggregateException.cs
netcore/System.Private.CoreLib/shared/System/AppContext.cs
netcore/System.Private.CoreLib/shared/System/AppDomain.cs
netcore/System.Private.CoreLib/shared/System/ApplicationException.cs
netcore/System.Private.CoreLib/shared/System/ArgumentException.cs
netcore/System.Private.CoreLib/shared/System/ArgumentNullException.cs
netcore/System.Private.CoreLib/shared/System/ArgumentOutOfRangeException.cs
netcore/System.Private.CoreLib/shared/System/ArithmeticException.cs
netcore/System.Private.CoreLib/shared/System/Array.Enumerators.cs
netcore/System.Private.CoreLib/shared/System/Array.cs
netcore/System.Private.CoreLib/shared/System/ArraySegment.cs
netcore/System.Private.CoreLib/shared/System/ArrayTypeMismatchException.cs
netcore/System.Private.CoreLib/shared/System/Attribute.cs
netcore/System.Private.CoreLib/shared/System/AttributeUsageAttribute.cs
netcore/System.Private.CoreLib/shared/System/BadImageFormatException.cs
netcore/System.Private.CoreLib/shared/System/BitConverter.cs
netcore/System.Private.CoreLib/shared/System/Boolean.cs
netcore/System.Private.CoreLib/shared/System/Buffer.cs
netcore/System.Private.CoreLib/shared/System/Buffers/ArrayPool.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Binary/Reader.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Binary/ReaderBigEndian.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Boolean.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Date.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Decimal.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Float.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Guid.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Formatter/Utf8Formatter.Integer.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Formatter/Utf8Formatter.TimeSpan.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Boolean.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Date.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Decimal.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Float.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Guid.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Signed.N.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Signed.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.N.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Integer.Unsigned.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.Number.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.C.cs
netcore/System.Private.CoreLib/shared/System/Buffers/Text/Utf8Parser/Utf8Parser.TimeSpan.cs
netcore/System.Private.CoreLib/shared/System/ByReference.cs
netcore/System.Private.CoreLib/shared/System/Byte.cs
netcore/System.Private.CoreLib/shared/System/Char.cs
netcore/System.Private.CoreLib/shared/System/Collections/ArrayList.cs
netcore/System.Private.CoreLib/shared/System/Collections/Comparer.cs
netcore/System.Private.CoreLib/shared/System/Collections/Concurrent/ConcurrentQueue.cs
netcore/System.Private.CoreLib/shared/System/Collections/Concurrent/ConcurrentQueueSegment.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/ArraySortHelper.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/Comparer.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/Dictionary.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/EqualityComparer.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/ICollection.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/IComparer.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/IDictionary.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/IEnumerator.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/IEqualityComparer.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/IList.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/List.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/NonRandomizedStringEqualityComparer.cs
netcore/System.Private.CoreLib/shared/System/Collections/HashHelpers.SerializationInfoTable.cs
netcore/System.Private.CoreLib/shared/System/Collections/HashHelpers.cs
netcore/System.Private.CoreLib/shared/System/Collections/Hashtable.cs
netcore/System.Private.CoreLib/shared/System/Collections/ICollection.cs
netcore/System.Private.CoreLib/shared/System/Collections/IComparer.cs
netcore/System.Private.CoreLib/shared/System/Collections/IDictionary.cs
netcore/System.Private.CoreLib/shared/System/Collections/IDictionaryEnumerator.cs
netcore/System.Private.CoreLib/shared/System/Collections/IEnumerator.cs
netcore/System.Private.CoreLib/shared/System/Collections/IList.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/ComponentModel/DefaultValueAttribute.cs
netcore/System.Private.CoreLib/shared/System/Convert.Base64.cs
netcore/System.Private.CoreLib/shared/System/Convert.cs
netcore/System.Private.CoreLib/shared/System/CurrentSystemTimeZone.cs
netcore/System.Private.CoreLib/shared/System/DBNull.cs
netcore/System.Private.CoreLib/shared/System/DateTimeKind.cs
netcore/System.Private.CoreLib/shared/System/DateTimeOffset.cs
netcore/System.Private.CoreLib/shared/System/Decimal.DecCalc.cs
netcore/System.Private.CoreLib/shared/System/Decimal.cs
netcore/System.Private.CoreLib/shared/System/DefaultBinder.cs
netcore/System.Private.CoreLib/shared/System/Delegate.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/CodeAnalysis/SuppressMessageAttribute.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Contracts/Contracts.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/DebugProvider.Unix.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/DebugProvider.Windows.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/DebugProvider.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/DebuggableAttribute.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/DebuggerBrowsableAttribute.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/DebuggerDisplayAttribute.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/DebuggerTypeProxyAttribute.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/DebuggerVisualizerAttribute.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/CounterGroup.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/DiagnosticCounter.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventCounter.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventDescriptor.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventProvider.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSourceException.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/FrameworkEventSource.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/IncrementingEventCounter.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/IncrementingPollingCounter.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/PollingCounter.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/StubEnvironment.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/DataCollector.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/EventDataAttribute.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/EventFieldFormat.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/FieldMetadata.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/NameInfo.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/PropertyValue.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/SimpleTypeInfos.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/Statics.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingDataType.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventSource.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingTypeInfo.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/Winmeta.cs
netcore/System.Private.CoreLib/shared/System/DuplicateWaitObjectException.cs
netcore/System.Private.CoreLib/shared/System/Environment.Variables.Windows.cs
netcore/System.Private.CoreLib/shared/System/Exception.cs
netcore/System.Private.CoreLib/shared/System/FormatException.cs
netcore/System.Private.CoreLib/shared/System/Gen2GcCallback.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CalendarData.Unix.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CalendarData.Windows.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CalendarWeekRule.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CalendricalCalculationsHelper.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CompareInfo.Invariant.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureTypes.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DigitShapes.cs
netcore/System.Private.CoreLib/shared/System/Globalization/SortKey.cs
netcore/System.Private.CoreLib/shared/System/Guid.Unix.cs
netcore/System.Private.CoreLib/shared/System/Guid.Windows.cs
netcore/System.Private.CoreLib/shared/System/Guid.cs
netcore/System.Private.CoreLib/shared/System/HResults.cs
netcore/System.Private.CoreLib/shared/System/HashCode.cs
netcore/System.Private.CoreLib/shared/System/IComparable.cs
netcore/System.Private.CoreLib/shared/System/IConvertible.cs
netcore/System.Private.CoreLib/shared/System/IDisposable.cs
netcore/System.Private.CoreLib/shared/System/IO/BinaryReader.cs
netcore/System.Private.CoreLib/shared/System/IO/BinaryWriter.cs
netcore/System.Private.CoreLib/shared/System/IO/DirectoryNotFoundException.cs
netcore/System.Private.CoreLib/shared/System/IO/DriveInfoInternal.Windows.cs
netcore/System.Private.CoreLib/shared/System/IO/FileAccess.cs
netcore/System.Private.CoreLib/shared/System/IO/FileMode.cs
netcore/System.Private.CoreLib/shared/System/IO/FileNotFoundException.cs
netcore/System.Private.CoreLib/shared/System/IO/FileOptions.cs
netcore/System.Private.CoreLib/shared/System/IO/FileShare.cs
netcore/System.Private.CoreLib/shared/System/IO/FileStream.Unix.cs
netcore/System.Private.CoreLib/shared/System/IO/FileStream.WinRT.cs
netcore/System.Private.CoreLib/shared/System/IO/FileStream.Windows.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/MemoryStream.cs
netcore/System.Private.CoreLib/shared/System/IO/Path.Unix.cs
netcore/System.Private.CoreLib/shared/System/IO/Path.cs
netcore/System.Private.CoreLib/shared/System/IO/PathInternal.Unix.cs
netcore/System.Private.CoreLib/shared/System/IO/PathInternal.Windows.cs
netcore/System.Private.CoreLib/shared/System/IO/PathInternal.cs
netcore/System.Private.CoreLib/shared/System/IO/PersistedFiles.Unix.cs
netcore/System.Private.CoreLib/shared/System/IO/PinnedBufferMemoryStream.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/TextReader.cs
netcore/System.Private.CoreLib/shared/System/IO/UnmanagedMemoryAccessor.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/InsufficientMemoryException.cs
netcore/System.Private.CoreLib/shared/System/IntPtr.cs
netcore/System.Private.CoreLib/shared/System/Lazy.cs
netcore/System.Private.CoreLib/shared/System/LocalAppContextSwitches.Common.cs
netcore/System.Private.CoreLib/shared/System/Marvin.cs
netcore/System.Private.CoreLib/shared/System/Math.cs
netcore/System.Private.CoreLib/shared/System/MathF.cs
netcore/System.Private.CoreLib/shared/System/MemberAccessException.cs
netcore/System.Private.CoreLib/shared/System/MissingMethodException.cs
netcore/System.Private.CoreLib/shared/System/NotImplementedException.cs
netcore/System.Private.CoreLib/shared/System/Nullable.cs
netcore/System.Private.CoreLib/shared/System/Number.BigInteger.cs
netcore/System.Private.CoreLib/shared/System/Number.Grisu3.cs
netcore/System.Private.CoreLib/shared/System/Number.NumberBuffer.cs
netcore/System.Private.CoreLib/shared/System/Numerics/Vector.cs
netcore/System.Private.CoreLib/shared/System/Numerics/Vector_Operations.cs
netcore/System.Private.CoreLib/shared/System/Object.cs
netcore/System.Private.CoreLib/shared/System/ObsoleteAttribute.cs
netcore/System.Private.CoreLib/shared/System/Progress.cs
netcore/System.Private.CoreLib/shared/System/Random.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Assembly.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyAlgorithmIdAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyCompanyAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyConfigurationAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyContentType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyCopyrightAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyCultureAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyDefaultAliasAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyDelaySignAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyDescriptionAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyFileVersionAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyFlagsAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyInformationalVersionAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyKeyFileAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyKeyNameAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyMetadataAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyName.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyNameFormatter.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyProductAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblySignatureKeyAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyTitleAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyTrademarkAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/AssemblyVersionAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/BindingFlags.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Emit/FieldToken.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Emit/Label.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Emit/ParameterToken.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Emit/StringToken.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Emit/TypeToken.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ExceptionHandlingClause.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ExceptionHandlingClauseOptions.cs
netcore/System.Private.CoreLib/shared/System/Reflection/FieldAttributes.cs
netcore/System.Private.CoreLib/shared/System/Reflection/GenericParameterAttributes.cs
netcore/System.Private.CoreLib/shared/System/Reflection/IReflect.cs
netcore/System.Private.CoreLib/shared/System/Reflection/IReflectableType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ImageFileMachine.cs
netcore/System.Private.CoreLib/shared/System/Reflection/IntrospectionExtensions.cs
netcore/System.Private.CoreLib/shared/System/Reflection/LocalVariableInfo.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ManifestResourceInfo.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MemberInfo.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MethodAttributes.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MethodBody.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MethodImplAttributes.cs
netcore/System.Private.CoreLib/shared/System/Reflection/MethodInfo.Internal.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Module.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ModuleResolveEventHandler.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ObfuscateAssemblyAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ObfuscationAttribute.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ParameterAttributes.cs
netcore/System.Private.CoreLib/shared/System/Reflection/PortableExecutableKinds.cs
netcore/System.Private.CoreLib/shared/System/Reflection/PropertyAttributes.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ReflectionContext.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ResourceAttributes.cs
netcore/System.Private.CoreLib/shared/System/Reflection/ResourceLocation.cs
netcore/System.Private.CoreLib/shared/System/Reflection/SignatureArrayType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/SignatureByRefType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/SignatureConstructedGenericType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/SignatureGenericParameterType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/SignatureHasElementType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/SignaturePointerType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/SignatureType.cs
netcore/System.Private.CoreLib/shared/System/Reflection/SignatureTypeExtensions.cs
netcore/System.Private.CoreLib/shared/System/Reflection/TypeDelegator.cs
netcore/System.Private.CoreLib/shared/System/Resources/FastResourceComparer.cs
netcore/System.Private.CoreLib/shared/System/Resources/FileBasedResourceGroveler.cs
netcore/System.Private.CoreLib/shared/System/Resources/IResourceGroveler.cs
netcore/System.Private.CoreLib/shared/System/Resources/IResourceReader.cs
netcore/System.Private.CoreLib/shared/System/Resources/MissingSatelliteAssemblyException.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceFallbackManager.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceManager.Uap.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceManager.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceSet.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceTypeCode.cs
netcore/System.Private.CoreLib/shared/System/Resources/RuntimeResourceSet.cs
netcore/System.Private.CoreLib/shared/System/Resources/SatelliteContractVersionAttribute.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/AsyncIteratorMethodBuilder.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/AsyncMethodBuilder.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/AsyncValueTaskMethodBuilder.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/CompilerGlobalScopeAttribute.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ConditionalWeakTable.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ContractHelper.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/DisablePrivateReflectionAttribute.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/DiscardableAttribute.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/InternalsVisibleToAttribute.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/IsVolatile.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/MethodImplOptions.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ReferenceAssemblyAttribute.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/StringFreezingAttribute.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/SuppressIldasmAttribute.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/ConstrainedExecution/CriticalFinalizerObject.cs
netcore/System.Private.CoreLib/shared/System/Runtime/ConstrainedExecution/ReliabilityContractAttribute.cs
netcore/System.Private.CoreLib/shared/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/CharSet.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/GCHandleType.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/Marshal.NoCom.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/Marshal.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/MemoryMarshal.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/NativeLibrary.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeBuffer.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeHandle.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector256.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Avx.PlatformNotSupported.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Avx.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Avx2.PlatformNotSupported.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Avx2.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Bmi2.PlatformNotSupported.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Bmi2.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Sse42.PlatformNotSupported.cs
netcore/System.Private.CoreLib/shared/System/Runtime/MemoryFailPoint.Unix.cs
netcore/System.Private.CoreLib/shared/System/Runtime/MemoryFailPoint.Windows.cs
netcore/System.Private.CoreLib/shared/System/Runtime/MemoryFailPoint.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Remoting/ObjectHandle.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Serialization/ISafeSerializationData.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Serialization/SerializationException.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Serialization/SerializationInfo.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Versioning/NonVersionableAttribute.cs
netcore/System.Private.CoreLib/shared/System/RuntimeType.cs
netcore/System.Private.CoreLib/shared/System/SByte.cs
netcore/System.Private.CoreLib/shared/System/Security/PartialTrustVisibilityLevel.cs
netcore/System.Private.CoreLib/shared/System/Security/Principal/PrincipalPolicy.cs
netcore/System.Private.CoreLib/shared/System/Security/SecurityCriticalScope.cs
netcore/System.Private.CoreLib/shared/System/Security/SecurityRuleSet.cs
netcore/System.Private.CoreLib/shared/System/SpanHelpers.BinarySearch.cs
netcore/System.Private.CoreLib/shared/System/SpanHelpers.Char.cs
netcore/System.Private.CoreLib/shared/System/SpanHelpers.cs
netcore/System.Private.CoreLib/shared/System/String.Comparison.cs
netcore/System.Private.CoreLib/shared/System/String.Searching.cs
netcore/System.Private.CoreLib/shared/System/StringComparer.cs
netcore/System.Private.CoreLib/shared/System/Text/DecoderBestFitFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/DecoderExceptionFallback.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/EncoderReplacementFallback.cs
netcore/System.Private.CoreLib/shared/System/Text/Encoding.Internal.cs
netcore/System.Private.CoreLib/shared/System/Text/Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/EncodingData.cs
netcore/System.Private.CoreLib/shared/System/Text/EncodingNLS.cs
netcore/System.Private.CoreLib/shared/System/Text/StringBuilder.cs
netcore/System.Private.CoreLib/shared/System/Text/StringBuilderCache.cs
netcore/System.Private.CoreLib/shared/System/Text/UTF32Encoding.cs
netcore/System.Private.CoreLib/shared/System/Text/Unicode/Utf16Utility.Validation.cs
netcore/System.Private.CoreLib/shared/System/Text/UnicodeEncoding.cs
netcore/System.Private.CoreLib/shared/System/Text/UnicodeUtility.cs
netcore/System.Private.CoreLib/shared/System/ThreadStaticAttribute.cs
netcore/System.Private.CoreLib/shared/System/Threading/AutoResetEvent.cs
netcore/System.Private.CoreLib/shared/System/Threading/CancellationToken.cs
netcore/System.Private.CoreLib/shared/System/Threading/CancellationTokenRegistration.cs
netcore/System.Private.CoreLib/shared/System/Threading/CancellationTokenSource.cs
netcore/System.Private.CoreLib/shared/System/Threading/DeferredDisposableLifetime.cs
netcore/System.Private.CoreLib/shared/System/Threading/EventWaitHandle.Windows.cs
netcore/System.Private.CoreLib/shared/System/Threading/ExecutionContext.cs
netcore/System.Private.CoreLib/shared/System/Threading/LazyInitializer.cs
netcore/System.Private.CoreLib/shared/System/Threading/LazyThreadSafetyMode.cs
netcore/System.Private.CoreLib/shared/System/Threading/ManualResetEvent.cs
netcore/System.Private.CoreLib/shared/System/Threading/ManualResetEventSlim.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/SpinLock.cs
netcore/System.Private.CoreLib/shared/System/Threading/SpinWait.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/TaskCanceledException.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskCompletionSource.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskContinuation.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/TaskSchedulerException.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/Tasks/TplEventSource.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/ValueTask.cs
netcore/System.Private.CoreLib/shared/System/Threading/ThreadLocal.cs
netcore/System.Private.CoreLib/shared/System/Threading/ThreadPool.cs
netcore/System.Private.CoreLib/shared/System/Threading/Timer.cs
netcore/System.Private.CoreLib/shared/System/Threading/WaitHandle.cs
netcore/System.Private.CoreLib/shared/System/TimeSpan.cs
netcore/System.Private.CoreLib/shared/System/TimeZone.cs
netcore/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs
netcore/System.Private.CoreLib/shared/System/Type.Helpers.cs
netcore/System.Private.CoreLib/shared/System/TypeUnloadedException.cs
netcore/System.Private.CoreLib/shared/System/UnauthorizedAccessException.cs
netcore/System.Private.CoreLib/shared/System/UnitySerializationHolder.cs
netcore/System.Private.CoreLib/shared/System/ValueTuple.cs
netcore/System.Private.CoreLib/shared/System/Version.cs
netcore/System.Private.CoreLib/shared/System/WeakReference.T.cs