1 write to m_etwSessionIdMap
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
1492m_etwSessionIdMap = new EtwSession[SessionMask.MAX];
8 references to m_etwSessionIdMap
mscorlib (8)
system\diagnostics\eventing\eventsource.cs (8)
2318EtwSession etwSession = m_etwSessionIdMap[i]; 2760EtwSession etwSession = m_etwSessionIdMap[i]; 2767if (m_etwSessionIdMap != null) 2769m_etwSessionIdMap[i] = null; 2862m_etwSessionIdMap[sessionIdBit] = etwSession; 2868m_etwSessionIdMap[sessionIdBit] = null; 2957EtwSession etwSession = m_etwSessionIdMap[sessId]; 4014EtwSession etwSession = m_etwSessionIdMap[perEventSourceSessionId];