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