11 references to FlushCallReason
System.Web (11)
Management\BufferedWebEventProvider.cs (1)
80
_webEventBuffer.Flush(Int32.MaxValue,
FlushCallReason
.StaticFlush);
Management\webeventbuffer.cs (10)
196
Flush(_maxFlushSize,
FlushCallReason
.Timer);
308
internal void Flush(int max,
FlushCallReason
reason) {
333
case
FlushCallReason
.StaticFlush:
337
case
FlushCallReason
.Timer:
346
case
FlushCallReason
.UrgentFlushThresholdExceeded:
410
Debug.Assert(reason !=
FlushCallReason
.UrgentFlushThresholdExceeded, "reason != FlushCallReason.UrgentFlushThresholdExceeded");
425
if (reason ==
FlushCallReason
.Timer) {
432
if (reason ==
FlushCallReason
.StaticFlush) {
496
if (reason ==
FlushCallReason
.Timer && !scheduleNextFlush) {
573
Flush(_maxFlushSize,
FlushCallReason
.UrgentFlushThresholdExceeded);