1 write to containerChannel
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
229this.containerChannel = (string)NativeWrapper.EvtGetEventInfo(this.Handle, UnsafeNativeMethods.EvtEventPropertyId.EvtEventPath);
4 references to containerChannel
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (4)
225if (this.containerChannel != null) 226return this.containerChannel; 228if (this.containerChannel == null) { 231return this.containerChannel;