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)
286
if (
_areQuotasBeingTuned
)
297
if (!lockHeld ||
_areQuotasBeingTuned
)