2 writes to returnCount
System.ServiceModel.Primitives (2)
Internals\System\Runtime\SynchronizedPool.cs (2)
153localPending[i].returnCount = 0; 162localPending[i].returnCount = newReturnCount;
1 reference to returnCount
System.ServiceModel.Primitives (1)
Internals\System\Runtime\SynchronizedPool.cs (1)
149int newReturnCount = localPending[i].returnCount + 1;