1 write to threadID
System.ServiceModel.Primitives (1)
Internals\System\Runtime\SynchronizedPool.cs (1)
191localPending[i].threadID = thisThreadID;
3 references to threadID
System.ServiceModel.Primitives (3)
Internals\System\Runtime\SynchronizedPool.cs (3)
145int threadID = localPending[i].threadID; 179int threadID = localPending[i].threadID; 189if (localPending[i].threadID == 0)