1 write to _unmatchedLabelsCache
Microsoft.CodeAnalysis.CSharp (1)
Lowering\UnmatchedGotoFinder.cs (1)
31
_unmatchedLabelsCache
= unmatchedLabelsCache;
1 reference to _unmatchedLabelsCache
Microsoft.CodeAnalysis.CSharp (1)
Lowering\UnmatchedGotoFinder.cs (1)
50
if (node != null &&
_unmatchedLabelsCache
.TryGetValue(node, out unmatched))