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