3 references to EvtChannelLoggingConfigLogFilePath
System.Core (3)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (2)
130return (string)NativeWrapper.EvtGetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelLoggingConfigLogFilePath); 133NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelLoggingConfigLogFilePath, (object)value);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
692case UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelLoggingConfigLogFilePath: {