2 writes to returnCount
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (2)
152
localPending[i].
returnCount
= 0;
161
localPending[i].
returnCount
= newReturnCount;
1 reference to returnCount
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (1)
148
int newReturnCount = localPending[i].
returnCount
+ 1;