Fix StyleCop warning SA1200 (cref prefixes)
authorStephen Toub <stoub@microsoft.com>
Thu, 8 Aug 2019 18:26:51 +0000 (14:26 -0400)
committerStephen Toub <stoub@microsoft.com>
Fri, 9 Aug 2019 11:54:53 +0000 (07:54 -0400)
commit783a037a509e0958cc0d78ba6d004046336b6387
treeb374965487100874be801ab571582dabf5ae61c0
parent6ed4a5e3db0e0cefb6924881a99888a6e192a0f2
Fix StyleCop warning SA1200 (cref prefixes)

Commit migrated from https://github.com/dotnet/coreclr/commit/1ad94fc5c7c66bb151dab4ea6a16b5a4482064e8
22 files changed:
src/libraries/System.Private.CoreLib/src/System/AggregateException.cs
src/libraries/System.Private.CoreLib/src/System/Buffers/ArrayPool.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Concurrent/IProducerConsumerCollection.cs
src/libraries/System.Private.CoreLib/src/System/Lazy.cs
src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs
src/libraries/System.Private.CoreLib/src/System/Threading/CancellationToken.cs
src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenRegistration.cs
src/libraries/System.Private.CoreLib/src/System/Threading/LazyInitializer.cs
src/libraries/System.Private.CoreLib/src/System/Threading/LazyThreadSafetyMode.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ManualResetEventSlim.cs
src/libraries/System.Private.CoreLib/src/System/Threading/SemaphoreSlim.cs
src/libraries/System.Private.CoreLib/src/System/Threading/SpinLock.cs
src/libraries/System.Private.CoreLib/src/System/Threading/SpinWait.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Future.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/FutureFactory.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCanceledException.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskCompletionSource.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskFactory.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskScheduler.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskSchedulerException.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadLocal.cs