1 write to owner
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogEntry.cs (1)
30this.owner = log;
7 references to owner
System.Diagnostics.EventLog (7)
System\Diagnostics\EventLogEntry.cs (7)
96string? cat = owner.FormatMessageWrapper(dllName, (uint)CategoryNumber, null); 154string? msg = owner.FormatMessageWrapper(dllNames, (uint)msgId, ReplacementStrings); 355param = owner.FormatMessageWrapper(paramDLLNames, paramMsgID, insertionStrings); 398regKey = GetSourceRegKey(owner.Log, Source, owner.MachineName); 412if (owner.MachineName != ".") 423result.Append(owner.MachineName);