1 write to PayloadNames
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4838
internal set => MoreInfo.
PayloadNames
= value;
1 reference to PayloadNames
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4837
get => _moreInfo?.
PayloadNames
?? (EventId <= 0 ? null : Metadata.ParameterNames);