63 references to VisitList
Microsoft.CodeAnalysis.CSharp (63)
Binder\RefSafetyAnalysis.cs (5)
463this.VisitList(node.SwitchSections); 472this.VisitList(node.SwitchArms); 848VisitList(node.Arguments); 1388VisitList(node.Elements); 1425VisitList(spreadElementInitializer.Arguments);
BoundTree\BoundTreeWalker.cs (1)
230this.VisitList(node.Arguments);
FlowAnalysis\NullableWalker.DebugVerifier.cs (4)
123this.VisitList(node.UnconvertedCollectionExpression.Elements); 379VisitList(node.Subpatterns); 409VisitList(ia.Arguments); 412VisitList(call.Arguments);
Generated\BoundNodes.xml.Generated.cs (50)
10094this.VisitList(node.ChildBoundNodes); 10099this.VisitList(node.ChildBoundNodes); 10110this.VisitList(node.BoundDimensionsOpt); 10150this.VisitList(node.Arguments); 10244this.VisitList(node.Indices); 10327this.VisitList(node.Arguments); 10351this.VisitList(node.Statements); 10356this.VisitList(node.Statements); 10368this.VisitList(node.ArgumentsOpt); 10373this.VisitList(node.LocalDeclarations); 10379this.VisitList(node.LocalDeclarations); 10423this.VisitList(node.SwitchSections); 10497this.VisitList(node.CatchBlocks); 10538this.VisitList(node.Statements); 10556this.VisitList(node.SwitchArms); 10562this.VisitList(node.SwitchArms); 10677this.VisitList(node.SwitchLabels); 10678this.VisitList(node.Statements); 10694this.VisitList(node.SideEffects); 10700this.VisitList(node.SideEffects); 10712this.VisitList(node.Arguments); 10748this.VisitList(node.Arguments); 10759this.VisitList(node.ConstructorArguments); 10760this.VisitList(node.NamedArguments); 10765this.VisitList(node.Arguments); 10770this.VisitList(node.Arguments); 10777this.VisitList(node.Elements); 10782this.VisitList(node.Arguments); 10788this.VisitList(node.Elements); 10799this.VisitList(node.Arguments); 10804this.VisitList(node.Arguments); 10809this.VisitList(node.Arguments); 10821this.VisitList(node.Initializers); 10826this.VisitList(node.Arguments); 10833this.VisitList(node.Initializers); 10838this.VisitList(node.Arguments); 10845this.VisitList(node.Arguments); 10851this.VisitList(node.Arguments); 10852this.VisitList(node.Declarations); 10868this.VisitList(node.Bounds); 10874this.VisitList(node.Initializers); 10908this.VisitList(node.Arguments); 10926this.VisitList(node.Arguments); 10942this.VisitList(node.Statements); 10952this.VisitList(node.Parts); 10957this.VisitList(node.Parts); 10999this.VisitList(node.Deconstruction); 11000this.VisitList(node.Properties); 11006this.VisitList(node.Subpatterns); 11017this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
897VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
506this.VisitList(node.Arguments); 518this.VisitList(node.Arguments);