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