2 writes to m_curLiveSessions
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
1491m_curLiveSessions = new SessionMask(0); 2765m_curLiveSessions = new SessionMask(0);
5 references to m_curLiveSessions
mscorlib (5)
system\diagnostics\eventing\eventsource.cs (5)
1218if ((ulong)m_curLiveSessions != 0) 1227if (etwSessions.IsEqualOrSupersetOf(m_curLiveSessions)) 1950if ((ulong)m_curLiveSessions != 0) 1957if (etwSessions.IsEqualOrSupersetOf(m_curLiveSessions)) 2877m_curLiveSessions[sessionIdBit] = bEnable;