2 references to EventTagsMask
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\NameInfo.cs (2)
41
this.tags = tags & Statics.
EventTagsMask
;
60
return this.Compare(key.Key, key.Value & Statics.
EventTagsMask
);