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); 351VisitList(node.Subpatterns);
Generated\BoundNodes.xml.Generated.cs (49)
9841this.VisitList(node.ChildBoundNodes); 9846this.VisitList(node.ChildBoundNodes); 9857this.VisitList(node.BoundDimensionsOpt); 9897this.VisitList(node.Arguments); 9991this.VisitList(node.Indices); 10072this.VisitList(node.Arguments); 10096this.VisitList(node.Statements); 10101this.VisitList(node.Statements); 10113this.VisitList(node.ArgumentsOpt); 10118this.VisitList(node.LocalDeclarations); 10124this.VisitList(node.LocalDeclarations); 10160this.VisitList(node.SwitchSections); 10235this.VisitList(node.CatchBlocks); 10276this.VisitList(node.Statements); 10294this.VisitList(node.SwitchArms); 10300this.VisitList(node.SwitchArms); 10410this.VisitList(node.SwitchLabels); 10411this.VisitList(node.Statements); 10427this.VisitList(node.SideEffects); 10433this.VisitList(node.SideEffects); 10445this.VisitList(node.Arguments); 10481this.VisitList(node.Arguments); 10492this.VisitList(node.ConstructorArguments); 10493this.VisitList(node.NamedArguments); 10498this.VisitList(node.Arguments); 10503this.VisitList(node.Arguments); 10509this.VisitList(node.Elements); 10514this.VisitList(node.Elements); 10525this.VisitList(node.Arguments); 10530this.VisitList(node.Arguments); 10535this.VisitList(node.Arguments); 10547this.VisitList(node.Initializers); 10552this.VisitList(node.Arguments); 10559this.VisitList(node.Initializers); 10564this.VisitList(node.Arguments); 10571this.VisitList(node.Arguments); 10577this.VisitList(node.Arguments); 10578this.VisitList(node.Declarations); 10594this.VisitList(node.Bounds); 10600this.VisitList(node.Initializers); 10634this.VisitList(node.Arguments); 10652this.VisitList(node.Arguments); 10668this.VisitList(node.Statements); 10678this.VisitList(node.Parts); 10683this.VisitList(node.Parts); 10716this.VisitList(node.Deconstruction); 10717this.VisitList(node.Properties); 10723this.VisitList(node.Subpatterns); 10734this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
810VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
504this.VisitList(node.Arguments); 516this.VisitList(node.Arguments);