3 references to s_readMethodCache
MSBuildTaskHost (3)
BackEnd\LogMessagePacketBase.cs (3)
267lock (s_readMethodCache) 269if (!s_readMethodCache.TryGetValue(_eventType, out methodInfo)) 273s_readMethodCache.Add(_eventType, methodInfo);