1 write to sourceName
System (1)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
180
this.
sourceName
= source;
10 references to sourceName
System (10)
services\monitoring\system\diagnosticts\EventLog.cs (1)
193
EventLogInternal newLog = new EventLogInternal(m_underlyingEventLog.logName, value, m_underlyingEventLog.
sourceName
, this);
services\monitoring\system\diagnosticts\EventLogInternal.cs (9)
322
if ((logName == null || logName.Length == 0) &&
sourceName
!= null &&
sourceName
.Length!=0) {
328
logName = EventLog._InternalLogNameFromSourceName(
sourceName
, currentMachineName);
541
return
sourceName
;
1326
if (
sourceName
== null ||
sourceName
.Length==0)
1332
SafeEventLogWriteHandle handle = SafeEventLogWriteHandle.RegisterEventSource(currentMachineName,
sourceName
);
1338
throw new InvalidOperationException(SR.GetString(SR.CantOpenLogAccess,
sourceName
), e);
1632
VerifyAndCreateSource(
sourceName
, currentMachineName);