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