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