2 writes to _areQuotasBeingTuned
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
302_areQuotasBeingTuned = true; 344_areQuotasBeingTuned = false;
2 references to _areQuotasBeingTuned
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
286if (_areQuotasBeingTuned) 297if (!lockHeld || _areQuotasBeingTuned)