61 references to VisitList
Microsoft.CodeAnalysis.CSharp (61)
Binder\RefSafetyAnalysis.cs (5)
458this.VisitList(node.SwitchSections); 467this.VisitList(node.SwitchArms); 828VisitList(node.Arguments); 1355VisitList(node.Elements); 1392VisitList(spreadElementInitializer.Arguments);
BoundTree\BoundTreeWalker.cs (1)
230this.VisitList(node.Arguments);
FlowAnalysis\NullableWalker.DebugVerifier.cs (2)
122this.VisitList(node.UnconvertedCollectionExpression.Elements); 366VisitList(node.Subpatterns);
Generated\BoundNodes.xml.Generated.cs (50)
10105this.VisitList(node.ChildBoundNodes); 10110this.VisitList(node.ChildBoundNodes); 10121this.VisitList(node.BoundDimensionsOpt); 10161this.VisitList(node.Arguments); 10255this.VisitList(node.Indices); 10338this.VisitList(node.Arguments); 10362this.VisitList(node.Statements); 10367this.VisitList(node.Statements); 10379this.VisitList(node.ArgumentsOpt); 10384this.VisitList(node.LocalDeclarations); 10390this.VisitList(node.LocalDeclarations); 10426this.VisitList(node.SwitchSections); 10500this.VisitList(node.CatchBlocks); 10541this.VisitList(node.Statements); 10559this.VisitList(node.SwitchArms); 10565this.VisitList(node.SwitchArms); 10680this.VisitList(node.SwitchLabels); 10681this.VisitList(node.Statements); 10697this.VisitList(node.SideEffects); 10703this.VisitList(node.SideEffects); 10715this.VisitList(node.Arguments); 10751this.VisitList(node.Arguments); 10762this.VisitList(node.ConstructorArguments); 10763this.VisitList(node.NamedArguments); 10768this.VisitList(node.Arguments); 10773this.VisitList(node.Arguments); 10780this.VisitList(node.Elements); 10785this.VisitList(node.Arguments); 10791this.VisitList(node.Elements); 10802this.VisitList(node.Arguments); 10807this.VisitList(node.Arguments); 10812this.VisitList(node.Arguments); 10824this.VisitList(node.Initializers); 10829this.VisitList(node.Arguments); 10836this.VisitList(node.Initializers); 10841this.VisitList(node.Arguments); 10848this.VisitList(node.Arguments); 10854this.VisitList(node.Arguments); 10855this.VisitList(node.Declarations); 10871this.VisitList(node.Bounds); 10877this.VisitList(node.Initializers); 10911this.VisitList(node.Arguments); 10929this.VisitList(node.Arguments); 10945this.VisitList(node.Statements); 10955this.VisitList(node.Parts); 10960this.VisitList(node.Parts); 11000this.VisitList(node.Deconstruction); 11001this.VisitList(node.Properties); 11007this.VisitList(node.Subpatterns); 11018this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
897VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
506this.VisitList(node.Arguments); 518this.VisitList(node.Arguments);