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