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