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