1 write to m_names
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (1)
21m_names = payloadNames;
6 references to m_names
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (6)
25public ICollection<string> Keys => m_names; 35foreach (string name in m_names) 73foreach (string item in m_names) 81public int Count => m_names.Length; 89yield return new KeyValuePair<string, object?>(this.m_names[i], this.m_values[i]); 115foreach (string name in m_names)