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