63 references to VisitList
Microsoft.CodeAnalysis.CSharp (63)
Binder\RefSafetyAnalysis.cs (5)
458this.VisitList(node.SwitchSections); 467this.VisitList(node.SwitchArms); 843VisitList(node.Arguments); 1383VisitList(node.Elements); 1420VisitList(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)
10089this.VisitList(node.ChildBoundNodes); 10094this.VisitList(node.ChildBoundNodes); 10105this.VisitList(node.BoundDimensionsOpt); 10145this.VisitList(node.Arguments); 10239this.VisitList(node.Indices); 10322this.VisitList(node.Arguments); 10346this.VisitList(node.Statements); 10351this.VisitList(node.Statements); 10363this.VisitList(node.ArgumentsOpt); 10368this.VisitList(node.LocalDeclarations); 10374this.VisitList(node.LocalDeclarations); 10418this.VisitList(node.SwitchSections); 10492this.VisitList(node.CatchBlocks); 10533this.VisitList(node.Statements); 10551this.VisitList(node.SwitchArms); 10557this.VisitList(node.SwitchArms); 10672this.VisitList(node.SwitchLabels); 10673this.VisitList(node.Statements); 10689this.VisitList(node.SideEffects); 10695this.VisitList(node.SideEffects); 10707this.VisitList(node.Arguments); 10743this.VisitList(node.Arguments); 10754this.VisitList(node.ConstructorArguments); 10755this.VisitList(node.NamedArguments); 10760this.VisitList(node.Arguments); 10765this.VisitList(node.Arguments); 10772this.VisitList(node.Elements); 10777this.VisitList(node.Arguments); 10783this.VisitList(node.Elements); 10794this.VisitList(node.Arguments); 10799this.VisitList(node.Arguments); 10804this.VisitList(node.Arguments); 10816this.VisitList(node.Initializers); 10821this.VisitList(node.Arguments); 10828this.VisitList(node.Initializers); 10833this.VisitList(node.Arguments); 10840this.VisitList(node.Arguments); 10846this.VisitList(node.Arguments); 10847this.VisitList(node.Declarations); 10863this.VisitList(node.Bounds); 10869this.VisitList(node.Initializers); 10903this.VisitList(node.Arguments); 10921this.VisitList(node.Arguments); 10937this.VisitList(node.Statements); 10947this.VisitList(node.Parts); 10952this.VisitList(node.Parts); 10992this.VisitList(node.Deconstruction); 10993this.VisitList(node.Properties); 10999this.VisitList(node.Subpatterns); 11010this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
897VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
506this.VisitList(node.Arguments); 518this.VisitList(node.Arguments);