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