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