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