57 references to VisitList
Microsoft.CodeAnalysis.CSharp (57)
Binder\RefSafetyAnalysis.cs (2)
396this.VisitList(node.SwitchSections); 405this.VisitList(node.SwitchArms);
BoundTree\BoundTreeWalker.cs (1)
230this.VisitList(node.Arguments);
FlowAnalysis\NullableWalker.DebugVerifier.cs (2)
122this.VisitList(node.UnconvertedCollectionExpression.Elements); 353VisitList(node.Subpatterns);
Generated\BoundNodes.xml.Generated.cs (49)
9856this.VisitList(node.ChildBoundNodes); 9861this.VisitList(node.ChildBoundNodes); 9872this.VisitList(node.BoundDimensionsOpt); 9912this.VisitList(node.Arguments); 10006this.VisitList(node.Indices); 10087this.VisitList(node.Arguments); 10111this.VisitList(node.Statements); 10116this.VisitList(node.Statements); 10128this.VisitList(node.ArgumentsOpt); 10133this.VisitList(node.LocalDeclarations); 10139this.VisitList(node.LocalDeclarations); 10175this.VisitList(node.SwitchSections); 10250this.VisitList(node.CatchBlocks); 10291this.VisitList(node.Statements); 10309this.VisitList(node.SwitchArms); 10315this.VisitList(node.SwitchArms); 10425this.VisitList(node.SwitchLabels); 10426this.VisitList(node.Statements); 10442this.VisitList(node.SideEffects); 10448this.VisitList(node.SideEffects); 10460this.VisitList(node.Arguments); 10496this.VisitList(node.Arguments); 10507this.VisitList(node.ConstructorArguments); 10508this.VisitList(node.NamedArguments); 10513this.VisitList(node.Arguments); 10518this.VisitList(node.Arguments); 10524this.VisitList(node.Elements); 10529this.VisitList(node.Elements); 10540this.VisitList(node.Arguments); 10545this.VisitList(node.Arguments); 10550this.VisitList(node.Arguments); 10562this.VisitList(node.Initializers); 10567this.VisitList(node.Arguments); 10574this.VisitList(node.Initializers); 10579this.VisitList(node.Arguments); 10586this.VisitList(node.Arguments); 10592this.VisitList(node.Arguments); 10593this.VisitList(node.Declarations); 10609this.VisitList(node.Bounds); 10615this.VisitList(node.Initializers); 10649this.VisitList(node.Arguments); 10667this.VisitList(node.Arguments); 10683this.VisitList(node.Statements); 10693this.VisitList(node.Parts); 10698this.VisitList(node.Parts); 10731this.VisitList(node.Deconstruction); 10732this.VisitList(node.Properties); 10738this.VisitList(node.Subpatterns); 10749this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
810VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
472this.VisitList(node.Arguments); 484this.VisitList(node.Arguments);