1 write to tags
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\NameInfo.cs (1)
43
this.
tags
= tags & Statics.EventTagsMask;
6 references to tags
mscorlib (6)
System\Diagnostics\Eventing\TraceLogging\NameInfo.cs (5)
47
Statics.EncodeTags((int)this.
tags
, ref tagsPos, null);
52
Statics.EncodeTags((int)this.
tags
, ref tagsPos, this.nameMetadata);
57
return this.Compare(other.name, other.
tags
);
68
if (result == 0 && this.
tags
!= otherTags)
70
result = this.
tags
< otherTags ? -1 : 1;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (1)
662
WriteToAllListeners(eventName, ref descriptor, nameInfo.
tags
, pActivityId, pRelatedActivityId, eventData);