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)
9858this.VisitList(node.ChildBoundNodes); 9863this.VisitList(node.ChildBoundNodes); 9874this.VisitList(node.BoundDimensionsOpt); 9914this.VisitList(node.Arguments); 10008this.VisitList(node.Indices); 10089this.VisitList(node.Arguments); 10113this.VisitList(node.Statements); 10118this.VisitList(node.Statements); 10130this.VisitList(node.ArgumentsOpt); 10135this.VisitList(node.LocalDeclarations); 10141this.VisitList(node.LocalDeclarations); 10177this.VisitList(node.SwitchSections); 10252this.VisitList(node.CatchBlocks); 10293this.VisitList(node.Statements); 10311this.VisitList(node.SwitchArms); 10317this.VisitList(node.SwitchArms); 10427this.VisitList(node.SwitchLabels); 10428this.VisitList(node.Statements); 10444this.VisitList(node.SideEffects); 10450this.VisitList(node.SideEffects); 10462this.VisitList(node.Arguments); 10498this.VisitList(node.Arguments); 10509this.VisitList(node.ConstructorArguments); 10510this.VisitList(node.NamedArguments); 10515this.VisitList(node.Arguments); 10520this.VisitList(node.Arguments); 10526this.VisitList(node.Elements); 10531this.VisitList(node.Elements); 10542this.VisitList(node.Arguments); 10547this.VisitList(node.Arguments); 10552this.VisitList(node.Arguments); 10564this.VisitList(node.Initializers); 10569this.VisitList(node.Arguments); 10576this.VisitList(node.Initializers); 10581this.VisitList(node.Arguments); 10588this.VisitList(node.Arguments); 10594this.VisitList(node.Arguments); 10595this.VisitList(node.Declarations); 10611this.VisitList(node.Bounds); 10617this.VisitList(node.Initializers); 10651this.VisitList(node.Arguments); 10669this.VisitList(node.Arguments); 10685this.VisitList(node.Statements); 10695this.VisitList(node.Parts); 10700this.VisitList(node.Parts); 10733this.VisitList(node.Deconstruction); 10734this.VisitList(node.Properties); 10740this.VisitList(node.Subpatterns); 10751this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
810VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
472this.VisitList(node.Arguments); 484this.VisitList(node.Arguments);