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