1 write to m_etwSessionId
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
5850
m_etwSessionId
= etwSessionId;
3 references to m_etwSessionId
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
5781
if (wrEtwSession.TryGetTarget(out etwSession) && etwSession.
m_etwSessionId
== etwSessionId)
5824
(session.
m_etwSessionId
== etwSession.
m_etwSessionId
);