3 references to EvtChannelLoggingConfigMaxSize
System.Core (3)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (2)
139
return (long)((ulong)NativeWrapper.EvtGetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigMaxSize
));
142
NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigMaxSize
, (object)value);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
698
case UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelLoggingConfigMaxSize
: {