3 references to EvtChannelPublishingConfigKeywords
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\EventLogConfiguration.cs (2)
214
return (long?)((ulong?)NativeWrapper.EvtGetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelPublishingConfigKeywords
));
218
NativeWrapper.EvtSetChannelConfigProperty(_handle, UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelPublishingConfigKeywords
, (object?)value);
System\Diagnostics\Reader\NativeWrapper.cs (1)
666
case UnsafeNativeMethods.EvtChannelConfigPropertyId.
EvtChannelPublishingConfigKeywords
: