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