Fix StyleCop warning SA1200 (cref prefixes)
commit9c3037fc598e93fa41384a5714ac6bf4ee8fd7f0
authorStephen Toub <stoub@microsoft.com>
Thu, 8 Aug 2019 18:26:51 +0000 (8 14:26 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 9 Aug 2019 14:23:42 +0000 (9 16:23 +0200)
tree584477584287661dfa29f533547296281a83f5ac
parent1fcf7a1ab4b48fb5dcf3afaa561902fb0169ce18
Fix StyleCop warning SA1200 (cref prefixes)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
22 files changed:
netcore/System.Private.CoreLib/shared/System/AggregateException.cs
netcore/System.Private.CoreLib/shared/System/Buffers/ArrayPool.cs
netcore/System.Private.CoreLib/shared/System/Collections/Concurrent/IProducerConsumerCollection.cs
netcore/System.Private.CoreLib/shared/System/Lazy.cs
netcore/System.Private.CoreLib/shared/System/MemoryExtensions.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/LazyInitializer.cs
netcore/System.Private.CoreLib/shared/System/Threading/LazyThreadSafetyMode.cs
netcore/System.Private.CoreLib/shared/System/Threading/ManualResetEventSlim.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/Future.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/FutureFactory.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/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/ThreadLocal.cs