1 write to Tags
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3521metadata.Tags = eventAttribute.Tags;
2 references to Tags
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
2528var tlet = new TraceLoggingEventTypes(Name, Tags, Parameters); 4874get => EventId <= 0 ? (_moreInfo?.Tags ?? default) : Metadata.Tags;