8 references to Source
System.Diagnostics.EventLog (8)
System\Diagnostics\EventLog.cs (2)
86EventLogInternal newLog = new EventLogInternal(value, _underlyingEventLog.MachineName, _underlyingEventLog.Source, this); 188get => _underlyingEventLog.Source;
System\Diagnostics\EventLogInternal.cs (6)
1277throw new ArgumentException(SR.Format(SR.LogSourceMismatch, Source, currentLogName, rightLogName)); 1294throw new ArgumentException(SR.Format(SR.LogSourceMismatch, Source, currentLogName, rightLogName)); 1306if (Source.Length == 0) 1329if (Source.Length == 0) 1338VerifyAndCreateSource(Source, currentMachineName); 1372if (Source.Length == 0)