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