2 references to Exists
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLog.cs (1)
497
return
Exists
(logName, ".");
System\Diagnostics\EventLogInternal.cs (1)
1063
if (!EventLog.
Exists
(logname, currentMachineName)) // do not open non-existing Log [alexvec]