9 references to mapQueryIdToQuery
System.Management (9)
Instrumentation\EventSource.cs (9)
408return (null == pSinkMTA) || (mapQueryIdToQuery.Count == 0); 430lock(mapQueryIdToQuery) 432mapQueryIdToQuery.Clear(); 461lock(mapQueryIdToQuery) 465if(mapQueryIdToQuery.ContainsKey(dwId)) 466mapQueryIdToQuery.Remove(dwId); 467mapQueryIdToQuery.Add(dwId, wszQuery); 474lock(mapQueryIdToQuery) 476mapQueryIdToQuery.Remove(dwId);