3 references to EvtChannelConfigAccess
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\EventLogConfiguration.cs (2)
104var descriptor = NativeWrapper.EvtGetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelConfigAccess); 110NativeWrapper.EvtSetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelConfigAccess, (object?)value);
System\Diagnostics\Reader\NativeWrapper.cs (1)
640case UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelConfigAccess: