6 references to MachineName
System.Diagnostics.EventLog (6)
System\Diagnostics\EventLog.cs (3)
86EventLogInternal newLog = new EventLogInternal(value, _underlyingEventLog.MachineName, _underlyingEventLog.Source, this); 110return _underlyingEventLog.MachineName; 191EventLogInternal newLog = new EventLogInternal(_underlyingEventLog.Log, _underlyingEventLog.MachineName, CheckAndNormalizeSourceName(value), this);
System\Diagnostics\EventLogEntry.cs (3)
398regKey = GetSourceRegKey(owner.Log, Source, owner.MachineName); 412if (owner.MachineName != ".") 423result.Append(owner.MachineName);