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)
9860this.VisitList(node.ChildBoundNodes); 9865this.VisitList(node.ChildBoundNodes); 9876this.VisitList(node.BoundDimensionsOpt); 9916this.VisitList(node.Arguments); 10010this.VisitList(node.Indices); 10091this.VisitList(node.Arguments); 10115this.VisitList(node.Statements); 10120this.VisitList(node.Statements); 10132this.VisitList(node.ArgumentsOpt); 10137this.VisitList(node.LocalDeclarations); 10143this.VisitList(node.LocalDeclarations); 10179this.VisitList(node.SwitchSections); 10254this.VisitList(node.CatchBlocks); 10295this.VisitList(node.Statements); 10313this.VisitList(node.SwitchArms); 10319this.VisitList(node.SwitchArms); 10429this.VisitList(node.SwitchLabels); 10430this.VisitList(node.Statements); 10446this.VisitList(node.SideEffects); 10452this.VisitList(node.SideEffects); 10464this.VisitList(node.Arguments); 10500this.VisitList(node.Arguments); 10511this.VisitList(node.ConstructorArguments); 10512this.VisitList(node.NamedArguments); 10517this.VisitList(node.Arguments); 10522this.VisitList(node.Arguments); 10528this.VisitList(node.Elements); 10533this.VisitList(node.Elements); 10544this.VisitList(node.Arguments); 10549this.VisitList(node.Arguments); 10554this.VisitList(node.Arguments); 10566this.VisitList(node.Initializers); 10571this.VisitList(node.Arguments); 10578this.VisitList(node.Initializers); 10583this.VisitList(node.Arguments); 10590this.VisitList(node.Arguments); 10596this.VisitList(node.Arguments); 10597this.VisitList(node.Declarations); 10613this.VisitList(node.Bounds); 10619this.VisitList(node.Initializers); 10653this.VisitList(node.Arguments); 10671this.VisitList(node.Arguments); 10687this.VisitList(node.Statements); 10697this.VisitList(node.Parts); 10702this.VisitList(node.Parts); 10735this.VisitList(node.Deconstruction); 10736this.VisitList(node.Properties); 10742this.VisitList(node.Subpatterns); 10753this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
810VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
504this.VisitList(node.Arguments); 516this.VisitList(node.Arguments);