61 references to VisitList
Microsoft.CodeAnalysis.CSharp (60)
Binder\RefSafetyAnalysis.cs (4)
457this.VisitList(node.SwitchSections); 466this.VisitList(node.SwitchArms); 826VisitList(node.Arguments); 1338VisitList(node.Elements);
BoundTree\BoundTreeWalker.cs (1)
230this.VisitList(node.Arguments);
FlowAnalysis\NullableWalker.DebugVerifier.cs (2)
122this.VisitList(node.UnconvertedCollectionExpression.Elements); 366VisitList(node.Subpatterns);
Generated\BoundNodes.xml.Generated.cs (50)
9973this.VisitList(node.ChildBoundNodes); 9978this.VisitList(node.ChildBoundNodes); 9989this.VisitList(node.BoundDimensionsOpt); 10029this.VisitList(node.Arguments); 10123this.VisitList(node.Indices); 10206this.VisitList(node.Arguments); 10230this.VisitList(node.Statements); 10235this.VisitList(node.Statements); 10247this.VisitList(node.ArgumentsOpt); 10252this.VisitList(node.LocalDeclarations); 10258this.VisitList(node.LocalDeclarations); 10294this.VisitList(node.SwitchSections); 10368this.VisitList(node.CatchBlocks); 10409this.VisitList(node.Statements); 10427this.VisitList(node.SwitchArms); 10433this.VisitList(node.SwitchArms); 10543this.VisitList(node.SwitchLabels); 10544this.VisitList(node.Statements); 10560this.VisitList(node.SideEffects); 10566this.VisitList(node.SideEffects); 10578this.VisitList(node.Arguments); 10614this.VisitList(node.Arguments); 10625this.VisitList(node.ConstructorArguments); 10626this.VisitList(node.NamedArguments); 10631this.VisitList(node.Arguments); 10636this.VisitList(node.Arguments); 10643this.VisitList(node.Elements); 10648this.VisitList(node.Arguments); 10654this.VisitList(node.Elements); 10665this.VisitList(node.Arguments); 10670this.VisitList(node.Arguments); 10675this.VisitList(node.Arguments); 10687this.VisitList(node.Initializers); 10692this.VisitList(node.Arguments); 10699this.VisitList(node.Initializers); 10704this.VisitList(node.Arguments); 10711this.VisitList(node.Arguments); 10717this.VisitList(node.Arguments); 10718this.VisitList(node.Declarations); 10734this.VisitList(node.Bounds); 10740this.VisitList(node.Initializers); 10774this.VisitList(node.Arguments); 10792this.VisitList(node.Arguments); 10808this.VisitList(node.Statements); 10818this.VisitList(node.Parts); 10823this.VisitList(node.Parts); 10856this.VisitList(node.Deconstruction); 10857this.VisitList(node.Properties); 10863this.VisitList(node.Subpatterns); 10874this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
897VisitList(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);