1 write to m_legacySessions
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
2885m_legacySessions = new List<EtwSession>(8);
14 references to m_legacySessions
mscorlib (14)
system\diagnostics\eventing\eventsource.cs (14)
1223if ((ulong)etwSessions != 0 || m_legacySessions != null && m_legacySessions.Count > 0) 1953if ((ulong)etwSessions != 0 || m_legacySessions != null && m_legacySessions.Count > 0) 2339if (m_legacySessions != null && m_legacySessions.Count > 0 && 2345foreach (var legacyEtwSession in m_legacySessions) 2771if (m_legacySessions != null) 2772m_legacySessions.Clear(); 2884if (m_legacySessions == null) 2887if (!m_legacySessions.Contains(etwSession)) 2888m_legacySessions.Add(etwSession); 2895if (m_legacySessions != null) 2896m_legacySessions.Remove(etwSession);