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