2 writes to _areQuotasBeingTuned
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InternalBufferManager.cs (2)
300_areQuotasBeingTuned = true; 342_areQuotasBeingTuned = false;
2 references to _areQuotasBeingTuned
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InternalBufferManager.cs (2)
284if (_areQuotasBeingTuned) 295if (!lockHeld || _areQuotasBeingTuned)