3 references to EvtChannelConfigEnabled
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\EventLogConfiguration.cs (2)
84
return (bool)NativeWrapper.EvtGetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelConfigEnabled
)!;
88
NativeWrapper.EvtSetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelConfigEnabled
, (object)value);
System\Diagnostics\Reader\NativeWrapper.cs (1)
634
case UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelConfigEnabled
: