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