3 references to CreateEventSource
System (3)
services\monitoring\system\diagnosticts\EventLog.cs (2)
373
CreateEventSource
(new EventSourceCreationData(source, logName, "."));
385
CreateEventSource
(new EventSourceCreationData(source, logName, machineName));
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1524
EventLog.
CreateEventSource
(new EventSourceCreationData(sourceName, GetLogName(currentMachineName), currentMachineName));