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