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