1 instantiation of UnmatchedGotoFinder
Microsoft.CodeAnalysis.CSharp (1)
Lowering\UnmatchedGotoFinder.cs (1)
36
UnmatchedGotoFinder finder = new
UnmatchedGotoFinder
(unmatchedLabelsCache, recursionDepth);
2 references to UnmatchedGotoFinder
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_FixedStatement.cs (1)
182
HashSet<LabelSymbol> unmatched =
UnmatchedGotoFinder
.Find(node, _lazyUnmatchedLabelCache, RecursionDepth);
Lowering\UnmatchedGotoFinder.cs (1)
36
UnmatchedGotoFinder
finder = new UnmatchedGotoFinder(unmatchedLabelsCache, recursionDepth);