5 references to EvtChannelLoggingConfigRetention
System.Core (5)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (4)
148
object nativeRetentionObject = NativeWrapper.EvtGetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigRetention
);
167
NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigRetention
, (object)false);
171
NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigRetention
, (object)true);
175
NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigRetention
, (object)true);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
713
case UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigRetention
: {