1 write to Tags
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4875internal set => MoreInfo.Tags = value;
1 reference to Tags
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4874get => EventId <= 0 ? (_moreInfo?.Tags ?? default) : Metadata.Tags;