8 references to Source
System (8)
services\monitoring\system\diagnosticts\EventLog.cs (2)
163
EventLogInternal newLog = new EventLogInternal(value, m_underlyingEventLog.MachineName, m_underlyingEventLog.
Source
, this);
302
return m_underlyingEventLog.
Source
;
services\monitoring\system\diagnosticts\EventLogInternal.cs (6)
1536
throw new ArgumentException(SR.GetString(SR.LogSourceMismatch,
Source
.ToString(), currentLogName, rightLogName));
1554
throw new ArgumentException(SR.GetString(SR.LogSourceMismatch,
Source
.ToString(), currentLogName, rightLogName));
1619
if (
Source
.Length == 0)
1650
if (
Source
.Length == 0)
1660
VerifyAndCreateSource(
Source
, currentMachineName);
1700
if (
Source
.Length == 0)