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