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