1 write to m_values
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (1)
22
m_values
= payloadValues;
4 references to m_values
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (4)
26
public ICollection<object?> Values =>
m_values
;
39
return
m_values
[position];
89
yield return new KeyValuePair<string, object?>(this.m_names[i], this.
m_values
[i]);
119
value =
m_values
[position];