4 references to Log
System (4)
services\monitoring\system\diagnosticts\EventLog.cs (2)
160return m_underlyingEventLog.Log; 305EventLogInternal newLog = new EventLogInternal(m_underlyingEventLog.Log, m_underlyingEventLog.MachineName, CheckAndNormalizeSourceName(value), this);
services\monitoring\system\diagnosticts\EventLogEntry.cs (2)
503regKey = GetSourceRegKey(owner.Log, Source, owner.MachineName); 565info.AddValue("LogName", owner.Log);