59 references to VisitList
Microsoft.CodeAnalysis.CSharp (58)
Binder\RefSafetyAnalysis.cs (3)
457this.VisitList(node.SwitchSections); 466this.VisitList(node.SwitchArms); 827VisitList(node.Arguments);
BoundTree\BoundTreeWalker.cs (1)
230this.VisitList(node.Arguments);
FlowAnalysis\NullableWalker.DebugVerifier.cs (2)
122this.VisitList(node.UnconvertedCollectionExpression.Elements); 352VisitList(node.Subpatterns);
Generated\BoundNodes.xml.Generated.cs (49)
9867this.VisitList(node.ChildBoundNodes); 9872this.VisitList(node.ChildBoundNodes); 9883this.VisitList(node.BoundDimensionsOpt); 9923this.VisitList(node.Arguments); 10017this.VisitList(node.Indices); 10100this.VisitList(node.Arguments); 10124this.VisitList(node.Statements); 10129this.VisitList(node.Statements); 10141this.VisitList(node.ArgumentsOpt); 10146this.VisitList(node.LocalDeclarations); 10152this.VisitList(node.LocalDeclarations); 10188this.VisitList(node.SwitchSections); 10262this.VisitList(node.CatchBlocks); 10303this.VisitList(node.Statements); 10321this.VisitList(node.SwitchArms); 10327this.VisitList(node.SwitchArms); 10437this.VisitList(node.SwitchLabels); 10438this.VisitList(node.Statements); 10454this.VisitList(node.SideEffects); 10460this.VisitList(node.SideEffects); 10472this.VisitList(node.Arguments); 10508this.VisitList(node.Arguments); 10519this.VisitList(node.ConstructorArguments); 10520this.VisitList(node.NamedArguments); 10525this.VisitList(node.Arguments); 10530this.VisitList(node.Arguments); 10536this.VisitList(node.Elements); 10541this.VisitList(node.Elements); 10552this.VisitList(node.Arguments); 10557this.VisitList(node.Arguments); 10562this.VisitList(node.Arguments); 10574this.VisitList(node.Initializers); 10579this.VisitList(node.Arguments); 10586this.VisitList(node.Initializers); 10591this.VisitList(node.Arguments); 10598this.VisitList(node.Arguments); 10604this.VisitList(node.Arguments); 10605this.VisitList(node.Declarations); 10621this.VisitList(node.Bounds); 10627this.VisitList(node.Initializers); 10661this.VisitList(node.Arguments); 10679this.VisitList(node.Arguments); 10695this.VisitList(node.Statements); 10705this.VisitList(node.Parts); 10710this.VisitList(node.Parts); 10743this.VisitList(node.Deconstruction); 10744this.VisitList(node.Properties); 10750this.VisitList(node.Subpatterns); 10761this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
884VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
504this.VisitList(node.Arguments); 516this.VisitList(node.Arguments);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\UnsafeTests.cs (1)
5272this.VisitList(node.InitializerOpt.Initializers);