3 references to Log
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLog.cs (2)
82return _underlyingEventLog.Log; 191EventLogInternal newLog = new EventLogInternal(_underlyingEventLog.Log, _underlyingEventLog.MachineName, CheckAndNormalizeSourceName(value), this);
System\Diagnostics\EventLogEntry.cs (1)
398regKey = GetSourceRegKey(owner.Log, Source, owner.MachineName);