1 write to channelName
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (1)
81this.channelName = logName;
2 references to channelName
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (2)
83handle = NativeWrapper.EvtOpenChannelConfig(this.session.Handle, this.channelName, 0); 88return channelName;