2 writes to m_next
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
5281
prev.
m_next
= cur.m_next;
5602
m_next
= existingFilter;
11 references to m_next
mscorlib (11)
system\diagnostics\eventing\eventsource.cs (11)
5271
cur = prev.
m_next
;
5281
prev.m_next = cur.
m_next
;
5285
cur = prev.
m_next
;
5291
cur = prev.
m_next
;
5304
filterList = first.
m_next
;
5396
for (var af = filterList; af != null; af = af.
m_next
)
5428
for (ActivityFilter af = filterList; af != null; af = af.
m_next
)
5541
for (var af = activityFilter; af != null; af = af.
m_next
)
5563
for (ActivityFilter af = this; af != null; af = af.
m_next
)
5638
for (ActivityFilter af = filterList; af != null; af = af.
m_next
)
5720
for (ActivityFilter af = filterList; af != null; af = af.
m_next
)