4 references to keywordsSet
mscorlib (4)
System\Diagnostics\Eventing\TraceLogging\EventSourceOptions.cs (1)
87
this.valuesSet |=
keywordsSet
;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (3)
360
EventKeywords keywords = (options.valuesSet & EventSourceOptions.
keywordsSet
) != 0
418
EventKeywords keywords = (options.valuesSet & EventSourceOptions.
keywordsSet
) != 0
836
EventKeywords keywords = (options.valuesSet & EventSourceOptions.
keywordsSet
) != 0