2 writes to areQuotasBeingTuned
System.ServiceModel.Internals (2)
System\Runtime\InternalBufferManager.cs (2)
332this.areQuotasBeingTuned = true; 374this.areQuotasBeingTuned = false;
2 references to areQuotasBeingTuned
System.ServiceModel.Internals (2)
System\Runtime\InternalBufferManager.cs (2)
316if (this.areQuotasBeingTuned) 327if (!lockHeld || this.areQuotasBeingTuned)