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