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