4 references to Cache
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\EmptyStructTypeCache.cs (4)
99if (Cache.TryGetValue(nts, out result)) 105Debug.Assert(!Cache.ContainsKey(nts) || Cache[nts] == result); 106Cache[nts] = result;