3 references to EvtChannelConfigEnabled
System.Core (3)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (2)
106return (bool)NativeWrapper.EvtGetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelConfigEnabled); 109NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelConfigEnabled, (object)value);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
680case UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelConfigEnabled: {