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)
9821this.VisitList(node.ChildBoundNodes); 9826this.VisitList(node.ChildBoundNodes); 9837this.VisitList(node.BoundDimensionsOpt); 9877this.VisitList(node.Arguments); 9971this.VisitList(node.Indices); 10052this.VisitList(node.Arguments); 10076this.VisitList(node.Statements); 10081this.VisitList(node.Statements); 10093this.VisitList(node.ArgumentsOpt); 10098this.VisitList(node.LocalDeclarations); 10104this.VisitList(node.LocalDeclarations); 10140this.VisitList(node.SwitchSections); 10215this.VisitList(node.CatchBlocks); 10256this.VisitList(node.Statements); 10274this.VisitList(node.SwitchArms); 10280this.VisitList(node.SwitchArms); 10390this.VisitList(node.SwitchLabels); 10391this.VisitList(node.Statements); 10407this.VisitList(node.SideEffects); 10413this.VisitList(node.SideEffects); 10425this.VisitList(node.Arguments); 10461this.VisitList(node.Arguments); 10472this.VisitList(node.ConstructorArguments); 10473this.VisitList(node.NamedArguments); 10478this.VisitList(node.Arguments); 10483this.VisitList(node.Arguments); 10489this.VisitList(node.Elements); 10494this.VisitList(node.Elements); 10505this.VisitList(node.Arguments); 10510this.VisitList(node.Arguments); 10515this.VisitList(node.Arguments); 10527this.VisitList(node.Initializers); 10532this.VisitList(node.Arguments); 10539this.VisitList(node.Initializers); 10544this.VisitList(node.Arguments); 10551this.VisitList(node.Arguments); 10557this.VisitList(node.Arguments); 10558this.VisitList(node.Declarations); 10574this.VisitList(node.Bounds); 10580this.VisitList(node.Initializers); 10614this.VisitList(node.Arguments); 10632this.VisitList(node.Arguments); 10648this.VisitList(node.Statements); 10658this.VisitList(node.Parts); 10663this.VisitList(node.Parts); 10696this.VisitList(node.Deconstruction); 10697this.VisitList(node.Properties); 10703this.VisitList(node.Subpatterns); 10714this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
810VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
472this.VisitList(node.Arguments); 484this.VisitList(node.Arguments);