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)
177
if (
_lazyUnmatchedLabelCache
== null)
182
HashSet<LabelSymbol> unmatched = UnmatchedGotoFinder.Find(node,
_lazyUnmatchedLabelCache
, RecursionDepth);
184
_lazyUnmatchedLabelCache
.Add(node, unmatched);