5 references to SourceExists
System.Diagnostics.EventLog (5)
System\Diagnostics\EventLog.cs (3)
272
if (
SourceExists
(source, machineName, true))
315
if (
SourceExists
(logName, machineName, true))
725
return
SourceExists
(source, machineName, false);
System\Diagnostics\EventLogInternal.cs (2)
1251
if (!EventLog.
SourceExists
(sourceName, currentMachineName, true))
1258
if (!EventLog.
SourceExists
(sourceName, currentMachineName, true))