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)
9822this.VisitList(node.ChildBoundNodes); 9827this.VisitList(node.ChildBoundNodes); 9838this.VisitList(node.BoundDimensionsOpt); 9878this.VisitList(node.Arguments); 9972this.VisitList(node.Indices); 10053this.VisitList(node.Arguments); 10077this.VisitList(node.Statements); 10082this.VisitList(node.Statements); 10094this.VisitList(node.ArgumentsOpt); 10099this.VisitList(node.LocalDeclarations); 10105this.VisitList(node.LocalDeclarations); 10141this.VisitList(node.SwitchSections); 10216this.VisitList(node.CatchBlocks); 10257this.VisitList(node.Statements); 10275this.VisitList(node.SwitchArms); 10281this.VisitList(node.SwitchArms); 10391this.VisitList(node.SwitchLabels); 10392this.VisitList(node.Statements); 10408this.VisitList(node.SideEffects); 10414this.VisitList(node.SideEffects); 10426this.VisitList(node.Arguments); 10462this.VisitList(node.Arguments); 10473this.VisitList(node.ConstructorArguments); 10474this.VisitList(node.NamedArguments); 10479this.VisitList(node.Arguments); 10484this.VisitList(node.Arguments); 10490this.VisitList(node.Elements); 10495this.VisitList(node.Elements); 10506this.VisitList(node.Arguments); 10511this.VisitList(node.Arguments); 10516this.VisitList(node.Arguments); 10528this.VisitList(node.Initializers); 10533this.VisitList(node.Arguments); 10540this.VisitList(node.Initializers); 10545this.VisitList(node.Arguments); 10552this.VisitList(node.Arguments); 10558this.VisitList(node.Arguments); 10559this.VisitList(node.Declarations); 10575this.VisitList(node.Bounds); 10581this.VisitList(node.Initializers); 10615this.VisitList(node.Arguments); 10633this.VisitList(node.Arguments); 10649this.VisitList(node.Statements); 10659this.VisitList(node.Parts); 10664this.VisitList(node.Parts); 10697this.VisitList(node.Deconstruction); 10698this.VisitList(node.Properties); 10704this.VisitList(node.Subpatterns); 10715this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
810VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
472this.VisitList(node.Arguments); 484this.VisitList(node.Arguments);