3 references to EvtChannelPublishingConfigKeywords
System.Core (3)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (2)
204return (long?)((ulong?)NativeWrapper.EvtGetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelPublishingConfigKeywords)); 207NativeWrapper.EvtSetChannelConfigProperty(this.handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelPublishingConfigKeywords, (object)value);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
708case UnsafeNativeMethods.EvtChannelConfigPropertyId.EvtChannelPublishingConfigKeywords: {