5 references to SourceExists
System (5)
services\monitoring\system\diagnosticts\EventLog.cs (3)
420
if (
SourceExists
(source, machineName, true)) {
479
if (
SourceExists
(logName, machineName, true)) {
1096
return
SourceExists
(source, machineName, false);
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
1514
if (!EventLog.
SourceExists
(sourceName, currentMachineName, true)) {
1519
if (!EventLog.
SourceExists
(sourceName, currentMachineName, true)) {