2 references to Exists
System (2)
services\monitoring\system\diagnosticts\EventLog.cs (1)
788
return
Exists
(logName, ".");
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1289
if (!EventLog.
Exists
(logname, currentMachineName) ) // do not open non-existing Log [Microsoft]