3 references to EvtChannelLoggingConfigMaxSize
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\EventLogConfiguration.cs (2)
132return (long)((ulong)NativeWrapper.EvtGetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelLoggingConfigMaxSize)!); 136NativeWrapper.EvtSetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelLoggingConfigMaxSize, (object)value);
System\Diagnostics\Reader\NativeWrapper.cs (1)
654case UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelLoggingConfigMaxSize: