Add some xml comments (#88433)
authorDan Moseley <danmose@microsoft.com>
Tue, 11 Jul 2023 00:08:12 +0000 (19:08 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 00:08:12 +0000 (19:08 -0500)
commitec08e25eb78777f7047b9beafb4a5ce06ffdb58c
tree6604e12b3c11bca0e1bf258dcaad4f6b8bd96c75
parent09f495174e800f92991823c3127a7abc3cee93c9
Add some xml comments (#88433)
114 files changed:
src/libraries/System.Collections.Specialized/src/System/Collections/Specialized/ListDictionary.cs
src/libraries/System.Private.CoreLib/src/Internal/AssemblyAttributes.cs
src/libraries/System.Private.CoreLib/src/System/AccessViolationException.cs
src/libraries/System.Private.CoreLib/src/System/ApplicationException.cs
src/libraries/System.Private.CoreLib/src/System/ArgumentException.cs
src/libraries/System.Private.CoreLib/src/System/ArgumentNullException.cs
src/libraries/System.Private.CoreLib/src/System/ArgumentOutOfRangeException.cs
src/libraries/System.Private.CoreLib/src/System/ArithmeticException.cs
src/libraries/System.Private.CoreLib/src/System/ArraySegment.cs
src/libraries/System.Private.CoreLib/src/System/ArrayTypeMismatchException.cs
src/libraries/System.Private.CoreLib/src/System/AsyncCallback.cs
src/libraries/System.Private.CoreLib/src/System/AttributeUsageAttribute.cs
src/libraries/System.Private.CoreLib/src/System/BadImageFormatException.cs
src/libraries/System.Private.CoreLib/src/System/Boolean.cs
src/libraries/System.Private.CoreLib/src/System/CLSCompliantAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Char.cs
src/libraries/System.Private.CoreLib/src/System/Collections/ArrayList.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Comparer.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Concurrent/ConcurrentQueue.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/Queue.cs
src/libraries/System.Private.CoreLib/src/System/Collections/KeyValuePairs.cs
src/libraries/System.Private.CoreLib/src/System/Collections/ListDictionaryInternal.cs
src/libraries/System.Private.CoreLib/src/System/CurrentSystemTimeZone.cs
src/libraries/System.Private.CoreLib/src/System/DataMisalignedException.cs
src/libraries/System.Private.CoreLib/src/System/DayOfWeek.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/SuppressMessageAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventActivityOptions.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/TraceLogging/TraceLoggingDataCollector.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/Winmeta.cs
src/libraries/System.Private.CoreLib/src/System/DivideByZeroException.cs
src/libraries/System.Private.CoreLib/src/System/DllNotFoundException.cs
src/libraries/System.Private.CoreLib/src/System/Double.cs
src/libraries/System.Private.CoreLib/src/System/DuplicateWaitObjectException.cs
src/libraries/System.Private.CoreLib/src/System/EntryPointNotFoundException.cs
src/libraries/System.Private.CoreLib/src/System/ExecutionEngineException.cs
src/libraries/System.Private.CoreLib/src/System/FieldAccessException.cs
src/libraries/System.Private.CoreLib/src/System/FormatException.cs
src/libraries/System.Private.CoreLib/src/System/FormattableString.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeStyles.cs
src/libraries/System.Private.CoreLib/src/System/Half.cs
src/libraries/System.Private.CoreLib/src/System/IAsyncResult.cs
src/libraries/System.Private.CoreLib/src/System/ICustomFormatter.cs
src/libraries/System.Private.CoreLib/src/System/IFormatProvider.cs
src/libraries/System.Private.CoreLib/src/System/IO/BinaryReader.cs
src/libraries/System.Private.CoreLib/src/System/IO/PinnedBufferMemoryStream.cs
src/libraries/System.Private.CoreLib/src/System/IO/UnmanagedMemoryAccessor.cs
src/libraries/System.Private.CoreLib/src/System/IO/UnmanagedMemoryStreamWrapper.cs
src/libraries/System.Private.CoreLib/src/System/IndexOutOfRangeException.cs
src/libraries/System.Private.CoreLib/src/System/InvalidCastException.cs
src/libraries/System.Private.CoreLib/src/System/InvalidOperationException.cs
src/libraries/System.Private.CoreLib/src/System/InvalidProgramException.cs
src/libraries/System.Private.CoreLib/src/System/Lazy.cs
src/libraries/System.Private.CoreLib/src/System/Math.cs
src/libraries/System.Private.CoreLib/src/System/MathF.cs
src/libraries/System.Private.CoreLib/src/System/MethodAccessException.cs
src/libraries/System.Private.CoreLib/src/System/MissingMethodException.cs
src/libraries/System.Private.CoreLib/src/System/NotImplementedException.cs
src/libraries/System.Private.CoreLib/src/System/NotSupportedException.cs
src/libraries/System.Private.CoreLib/src/System/NullReferenceException.cs
src/libraries/System.Private.CoreLib/src/System/ObsoleteAttribute.cs
src/libraries/System.Private.CoreLib/src/System/OperationCanceledException.cs
src/libraries/System.Private.CoreLib/src/System/OverflowException.cs
src/libraries/System.Private.CoreLib/src/System/ParamArrayAttribute.cs
src/libraries/System.Private.CoreLib/src/System/PlatformNotSupportedException.cs
src/libraries/System.Private.CoreLib/src/System/Progress.cs
src/libraries/System.Private.CoreLib/src/System/RankException.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/FlowControl.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/Label.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/OpCodeType.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/OpCodes.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/OperandType.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/Emit/StackBehaviour.cs
src/libraries/System.Private.CoreLib/src/System/Resources/FastResourceComparer.cs
src/libraries/System.Private.CoreLib/src/System/Resources/FileBasedResourceGroveler.cs
src/libraries/System.Private.CoreLib/src/System/Resources/IResourceGroveler.cs
src/libraries/System.Private.CoreLib/src/System/Resources/IResourceReader.cs
src/libraries/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.cs
src/libraries/System.Private.CoreLib/src/System/Resources/MissingSatelliteAssemblyException.cs
src/libraries/System.Private.CoreLib/src/System/Resources/ResourceFallbackManager.cs
src/libraries/System.Private.CoreLib/src/System/Resources/SatelliteContractVersionAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Resources/UltimateResourceFallbackLocation.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilder.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncVoidMethodBuilder.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/FixedBufferAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/INotifyCompletion.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/ReferenceAssemblyAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeCompatibilityAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/TaskAwaiter.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/YieldAwaitable.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/CriticalFinalizerObject.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/ConstrainedExecution/ReliabilityContractAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ExternalException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/MarshalDirectiveException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/TargetFrameworkAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Single.cs
src/libraries/System.Private.CoreLib/src/System/StackOverflowException.cs
src/libraries/System.Private.CoreLib/src/System/ThreadAttributes.cs
src/libraries/System.Private.CoreLib/src/System/ThreadStaticAttribute.cs
src/libraries/System.Private.CoreLib/src/System/Threading/EventResetMode.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs
src/libraries/System.Private.CoreLib/src/System/Threading/LazyInitializer.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ParameterizedThreadStart.cs
src/libraries/System.Private.CoreLib/src/System/Threading/SynchronizationLockException.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadAbortException.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadLocal.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPoolWorkQueue.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadStart.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadStateException.cs
src/libraries/System.Private.CoreLib/src/System/TimeZone.cs
src/libraries/System.Private.CoreLib/src/System/TimeoutException.cs
src/libraries/System.Private.CoreLib/src/System/TypeInitializationException.cs
src/libraries/System.Private.CoreLib/src/System/UnauthorizedAccessException.cs