58 references to VisitList
Microsoft.CodeAnalysis.CSharp (57)
Binder\RefSafetyAnalysis.cs (2)
396this.VisitList(node.SwitchSections); 405this.VisitList(node.SwitchArms);
BoundTree\BoundTreeWalker.cs (1)
230this.VisitList(node.Arguments);
FlowAnalysis\NullableWalker.DebugVerifier.cs (2)
122this.VisitList(node.UnconvertedCollectionExpression.Elements); 352VisitList(node.Subpatterns);
Generated\BoundNodes.xml.Generated.cs (49)
9849this.VisitList(node.ChildBoundNodes); 9854this.VisitList(node.ChildBoundNodes); 9865this.VisitList(node.BoundDimensionsOpt); 9905this.VisitList(node.Arguments); 9999this.VisitList(node.Indices); 10080this.VisitList(node.Arguments); 10104this.VisitList(node.Statements); 10109this.VisitList(node.Statements); 10121this.VisitList(node.ArgumentsOpt); 10126this.VisitList(node.LocalDeclarations); 10132this.VisitList(node.LocalDeclarations); 10168this.VisitList(node.SwitchSections); 10243this.VisitList(node.CatchBlocks); 10284this.VisitList(node.Statements); 10302this.VisitList(node.SwitchArms); 10308this.VisitList(node.SwitchArms); 10418this.VisitList(node.SwitchLabels); 10419this.VisitList(node.Statements); 10435this.VisitList(node.SideEffects); 10441this.VisitList(node.SideEffects); 10453this.VisitList(node.Arguments); 10489this.VisitList(node.Arguments); 10500this.VisitList(node.ConstructorArguments); 10501this.VisitList(node.NamedArguments); 10506this.VisitList(node.Arguments); 10511this.VisitList(node.Arguments); 10517this.VisitList(node.Elements); 10522this.VisitList(node.Elements); 10533this.VisitList(node.Arguments); 10538this.VisitList(node.Arguments); 10543this.VisitList(node.Arguments); 10555this.VisitList(node.Initializers); 10560this.VisitList(node.Arguments); 10567this.VisitList(node.Initializers); 10572this.VisitList(node.Arguments); 10579this.VisitList(node.Arguments); 10585this.VisitList(node.Arguments); 10586this.VisitList(node.Declarations); 10602this.VisitList(node.Bounds); 10608this.VisitList(node.Initializers); 10642this.VisitList(node.Arguments); 10660this.VisitList(node.Arguments); 10676this.VisitList(node.Statements); 10686this.VisitList(node.Parts); 10691this.VisitList(node.Parts); 10724this.VisitList(node.Deconstruction); 10725this.VisitList(node.Properties); 10731this.VisitList(node.Subpatterns); 10742this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
810VisitList(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);