49 references to VisitList
Microsoft.CodeAnalysis.CSharp (49)
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
236VisitList(node.Subpatterns);
Generated\BoundNodes.xml.Generated.cs (47)
9471this.VisitList(node.ChildBoundNodes); 9476this.VisitList(node.ChildBoundNodes); 9487this.VisitList(node.BoundDimensionsOpt); 9527this.VisitList(node.Arguments); 9621this.VisitList(node.Indices); 9695this.VisitList(node.Arguments); 9719this.VisitList(node.Statements); 9724this.VisitList(node.Statements); 9736this.VisitList(node.ArgumentsOpt); 9741this.VisitList(node.LocalDeclarations); 9747this.VisitList(node.LocalDeclarations); 9783this.VisitList(node.SwitchSections); 9858this.VisitList(node.CatchBlocks); 9899this.VisitList(node.Statements); 9917this.VisitList(node.SwitchArms); 9923this.VisitList(node.SwitchArms); 10033this.VisitList(node.SwitchLabels); 10034this.VisitList(node.Statements); 10050this.VisitList(node.SideEffects); 10056this.VisitList(node.SideEffects); 10068this.VisitList(node.Arguments); 10104this.VisitList(node.Arguments); 10115this.VisitList(node.ConstructorArguments); 10116this.VisitList(node.NamedArguments); 10121this.VisitList(node.Arguments); 10126this.VisitList(node.Arguments); 10132this.VisitList(node.Arguments); 10137this.VisitList(node.Arguments); 10142this.VisitList(node.Arguments); 10154this.VisitList(node.Initializers); 10159this.VisitList(node.Arguments); 10166this.VisitList(node.Initializers); 10171this.VisitList(node.Arguments); 10178this.VisitList(node.Arguments); 10184this.VisitList(node.Arguments); 10185this.VisitList(node.Declarations); 10201this.VisitList(node.Bounds); 10207this.VisitList(node.Initializers); 10241this.VisitList(node.Arguments); 10253this.VisitList(node.Arguments); 10269this.VisitList(node.Statements); 10279this.VisitList(node.Parts); 10284this.VisitList(node.Parts); 10317this.VisitList(node.Deconstruction); 10318this.VisitList(node.Properties); 10324this.VisitList(node.Subpatterns); 10335this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
777VisitList(node.CatchBlocks);