59 references to VisitList
Microsoft.CodeAnalysis.CSharp (59)
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);
Generated\BoundNodes.xml.Generated.cs (50)
10090this.VisitList(node.ChildBoundNodes); 10095this.VisitList(node.ChildBoundNodes); 10106this.VisitList(node.BoundDimensionsOpt); 10146this.VisitList(node.Arguments); 10240this.VisitList(node.Indices); 10323this.VisitList(node.Arguments); 10347this.VisitList(node.Statements); 10352this.VisitList(node.Statements); 10364this.VisitList(node.ArgumentsOpt); 10369this.VisitList(node.LocalDeclarations); 10375this.VisitList(node.LocalDeclarations); 10419this.VisitList(node.SwitchSections); 10493this.VisitList(node.CatchBlocks); 10534this.VisitList(node.Statements); 10552this.VisitList(node.SwitchArms); 10558this.VisitList(node.SwitchArms); 10673this.VisitList(node.SwitchLabels); 10674this.VisitList(node.Statements); 10690this.VisitList(node.SideEffects); 10696this.VisitList(node.SideEffects); 10708this.VisitList(node.Arguments); 10744this.VisitList(node.Arguments); 10755this.VisitList(node.ConstructorArguments); 10756this.VisitList(node.NamedArguments); 10761this.VisitList(node.Arguments); 10766this.VisitList(node.Arguments); 10773this.VisitList(node.Elements); 10778this.VisitList(node.Arguments); 10784this.VisitList(node.Elements); 10795this.VisitList(node.Arguments); 10800this.VisitList(node.Arguments); 10805this.VisitList(node.Arguments); 10817this.VisitList(node.Initializers); 10822this.VisitList(node.Arguments); 10829this.VisitList(node.Initializers); 10834this.VisitList(node.Arguments); 10841this.VisitList(node.Arguments); 10847this.VisitList(node.Arguments); 10848this.VisitList(node.Declarations); 10864this.VisitList(node.Bounds); 10870this.VisitList(node.Initializers); 10904this.VisitList(node.Arguments); 10922this.VisitList(node.Arguments); 10938this.VisitList(node.Statements); 10948this.VisitList(node.Parts); 10953this.VisitList(node.Parts); 10993this.VisitList(node.Deconstruction); 10994this.VisitList(node.Properties); 11000this.VisitList(node.Subpatterns); 11011this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
897VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
506this.VisitList(node.Arguments); 518this.VisitList(node.Arguments);