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)
50if (node != null && _unmatchedLabelsCache.TryGetValue(node, out unmatched))