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);
85
if (
_webEventBuffer
!= null) {
86
_webEventBuffer
.Shutdown();