1 write to _webEventBuffer
System.Web (1)
Management\BufferedWebEventProvider.cs (1)
37_webEventBuffer = new WebEventBuffer(this, _bufferMode, new WebEventBufferFlushCallback(this.ProcessEventFlush));
4 references to _webEventBuffer
System.Web (4)
Management\BufferedWebEventProvider.cs (4)
61_webEventBuffer.AddEvent(eventRaised); 80_webEventBuffer.Flush(Int32.MaxValue, FlushCallReason.StaticFlush); 85if (_webEventBuffer != null) { 86_webEventBuffer.Shutdown();