2 references to IndexOfSessionInList
mscorlib (2)
system\diagnostics\eventing\eventprovider.cs (2)
399if ((idx = IndexOfSessionInList(liveSessionList, s.etwSessionId)) < 0 || 412if ((idx = IndexOfSessionInList(m_liveSessions, s.etwSessionId)) < 0 ||