1 instantiation of EntryPointsWalker
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\EntryPointsWalker.cs (1)
25var walker = new EntryPointsWalker(compilation, member, node, firstInRegion, lastInRegion);
2 references to EntryPointsWalker
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\ControlFlowAnalysis.cs (1)
46((IEnumerable<SyntaxNode>)EntryPointsWalker.Analyze(_context.Compilation, _context.Member, _context.BoundNode, _context.FirstInRegion, _context.LastInRegion, out _succeeded)).ToImmutableArray();
FlowAnalysis\EntryPointsWalker.cs (1)
25var walker = new EntryPointsWalker(compilation, member, node, firstInRegion, lastInRegion);