7 references to MachineName
System (7)
services\monitoring\system\diagnosticts\EventLog.cs (3)
163EventLogInternal newLog = new EventLogInternal(value, m_underlyingEventLog.MachineName, m_underlyingEventLog.Source, this); 190return m_underlyingEventLog.MachineName; 305EventLogInternal newLog = new EventLogInternal(m_underlyingEventLog.Log, m_underlyingEventLog.MachineName, CheckAndNormalizeSourceName(value), this);
services\monitoring\system\diagnosticts\EventLogEntry.cs (4)
503regKey = GetSourceRegKey(owner.Log, Source, owner.MachineName); 518if (owner.MachineName != ".") { 527result.Append(owner.MachineName); 566info.AddValue("MachineName", owner.MachineName);