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