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