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