3 references to UrgentFlushThresholdExceeded
System.Web (3)
Management\webeventbuffer.cs (3)
346
case FlushCallReason.
UrgentFlushThresholdExceeded
:
410
Debug.Assert(reason != FlushCallReason.
UrgentFlushThresholdExceeded
, "reason != FlushCallReason.UrgentFlushThresholdExceeded");
573
Flush(_maxFlushSize, FlushCallReason.
UrgentFlushThresholdExceeded
);