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