3 writes to eofEvent
System (3)
services\monitoring\system\diagnosticts\AsyncStreamReader.cs (3)
90eofEvent = new ManualResetEvent(false); 121eofEvent = null; 299eofEvent = null;
6 references to eofEvent
System (6)
services\monitoring\system\diagnosticts\AsyncStreamReader.cs (6)
119if( eofEvent != null) { 120eofEvent.Close(); 189eofEvent.Set(); 296if( eofEvent != null) { 297eofEvent.WaitOne(); 298eofEvent.Close();