3 references to tagsSet
mscorlib (3)
System\Diagnostics\Eventing\TraceLogging\EventSourceOptions.cs (1)
105this.valuesSet |= tagsSet;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (2)
415EventTags tags = (options.valuesSet & EventSourceOptions.tagsSet) != 0 833EventTags tags = (options.valuesSet & EventSourceOptions.tagsSet) != 0