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