1 write to _lazyUnmatchedLabelCache
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\LocalRewriter_FixedStatement.cs (1)
179_lazyUnmatchedLabelCache = new Dictionary<BoundNode, HashSet<LabelSymbol>>();
3 references to _lazyUnmatchedLabelCache
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_FixedStatement.cs (3)
177if (_lazyUnmatchedLabelCache == null) 182HashSet<LabelSymbol> unmatched = UnmatchedGotoFinder.Find(node, _lazyUnmatchedLabelCache, RecursionDepth); 184_lazyUnmatchedLabelCache.Add(node, unmatched);