Rename CancellationTokenRegistration.TryDeregister method to Unregister. (#17194)
authorAnton Lapounov <anton.lapounov@microsoft.com>
Sat, 24 Mar 2018 22:48:47 +0000 (15:48 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sat, 24 Mar 2018 22:48:47 +0000 (15:48 -0700)
commite505009f4331a527f0bc25c162e421490eeff8df
treed811ed071a4d116a6574e8f7aa5f21f5490f8a5c
parent4e5c0bbbf206be1c767c4dfe8b685f2d1aa90a6e
Rename CancellationTokenRegistration.TryDeregister method to Unregister. (#17194)

Reflects CoreRT change https://github.com/dotnet/corert/pull/5612.
src/mscorlib/src/System/Threading/CancellationToken.cs
src/mscorlib/src/System/Threading/CancellationTokenRegistration.cs
src/mscorlib/src/System/Threading/CancellationTokenSource.cs
src/mscorlib/src/System/Threading/ManualResetEventSlim.cs
src/mscorlib/src/System/Threading/SemaphoreSlim.cs
src/mscorlib/src/System/Threading/Tasks/Task.cs