2 writes to returnCount
System.ServiceModel.Internals (2)
System\Runtime\SynchronizedPool.cs (2)
154localPending[i].returnCount = 0; 163localPending[i].returnCount = newReturnCount;
1 reference to returnCount
System.ServiceModel.Internals (1)
System\Runtime\SynchronizedPool.cs (1)
150int newReturnCount = localPending[i].returnCount + 1;