1 write to EventName
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4184
internal set => MoreInfo.
EventName
= value;
1 reference to EventName
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4183
get => _moreInfo?.
EventName
?? (EventId <= 0 ? null : Metadata.Name);