1 write to Source
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (1)
1032public Registrations(CancellationTokenSource source) => Source = source;
6 references to Source
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenRegistration.cs (3)
49CancellationTokenSource source = node.Registrations.Source; 79CancellationTokenSource source = node.Registrations.Source; 102new CancellationToken(node.Registrations.Source) : // avoid CTS.Token, which throws after disposal
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (3)
774Debug.Assert(node.Registrations.Source == this); 1217Invoke(Callback, CallbackState, Registrations.Source); 1225Invoke(node.Callback, node.CallbackState, node.Registrations.Source);