2 writes to owner
System (2)
services\monitoring\system\diagnosticts\EventLogEntry.cs (2)
44this.owner = log; 56owner = new EventLogInternal(logName, machineName, "");
9 references to owner
System (9)
services\monitoring\system\diagnosticts\EventLogEntry.cs (9)
149string cat = owner.FormatMessageWrapper(dllName, (uint) CategoryNumber, null); 225string msg = owner.FormatMessageWrapper(dllNames, (uint)msgId, ReplacementStrings); 450param = owner.FormatMessageWrapper( paramDLLNames, paramMsgID, insertionStrings); 503regKey = GetSourceRegKey(owner.Log, Source, owner.MachineName); 518if (owner.MachineName != ".") { 527result.Append(owner.MachineName); 565info.AddValue("LogName", owner.Log); 566info.AddValue("MachineName", owner.MachineName);