3 writes to ThreadIDExecutingCallbacks
mscorlib (3)
system\threading\CancellationTokenSource.cs (3)
730
ThreadIDExecutingCallbacks
= Thread.CurrentThread.ManagedThreadId;
804
ThreadIDExecutingCallbacks
= Thread.CurrentThread.ManagedThreadId;
859
callback.CancellationTokenSource.
ThreadIDExecutingCallbacks
= Thread.CurrentThread.ManagedThreadId;
2 references to ThreadIDExecutingCallbacks
mscorlib (2)
system\threading\CancellationTokenRegistration.cs (1)
86
tokenSource.
ThreadIDExecutingCallbacks
!= Thread.CurrentThread.ManagedThreadId) //the executingThreadID is not this threadID.
system\threading\CancellationTokenSource.cs (1)
754
Contract.Assert(
ThreadIDExecutingCallbacks
!= -1, "ThreadIDExecutingCallbacks should have been set.");