2 references to InternalWriteEvent
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogInternal.cs (2)
1322InternalWriteEvent((uint)eventID, (ushort)category, type, new string?[] { message }, rawData, currentMachineName); 1351InternalWriteEvent((uint)instance.InstanceId, (ushort)instance.CategoryId, instance.EntryType, strings, data, currentMachineName);