3 instantiations of EventSourceCreationData
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLog.cs (2)
237
CreateEventSource(new
EventSourceCreationData
(source, logName, "."));
243
CreateEventSource(new
EventSourceCreationData
(source, logName, machineName));
System\Diagnostics\EventLogInternal.cs (1)
1264
EventLog.CreateEventSource(new
EventSourceCreationData
(sourceName, GetLogName(currentMachineName), currentMachineName));
3 references to EventSourceCreationData
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
500
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.
EventSourceCreationData
))]
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLog.cs (2)
246
public static void CreateEventSource(
EventSourceCreationData
sourceData)
784
private static void SetSpecialSourceRegValues(RegistryKey sourceLogKey,
EventSourceCreationData
sourceData)