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