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