2 references to EventTagsMask
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\NameInfo.cs (2)
43
this.tags = tags & Statics.
EventTagsMask
;
62
return this.Compare(key.Key, key.Value & Statics.
EventTagsMask
);