2 references to CancellationTokenSource
mscorlib (2)
system\threading\CancellationTokenSource.cs (2)
45
private static readonly CancellationTokenSource _staticSource_Set = new
CancellationTokenSource
(true);
46
private static readonly CancellationTokenSource _staticSource_NotCancelable = new
CancellationTokenSource
(false);