59 references to VisitList
Microsoft.CodeAnalysis.CSharp (58)
Binder\RefSafetyAnalysis.cs (3)
457this.VisitList(node.SwitchSections); 466this.VisitList(node.SwitchArms); 826VisitList(node.Arguments);
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)
9888this.VisitList(node.ChildBoundNodes); 9893this.VisitList(node.ChildBoundNodes); 9904this.VisitList(node.BoundDimensionsOpt); 9944this.VisitList(node.Arguments); 10038this.VisitList(node.Indices); 10121this.VisitList(node.Arguments); 10145this.VisitList(node.Statements); 10150this.VisitList(node.Statements); 10162this.VisitList(node.ArgumentsOpt); 10167this.VisitList(node.LocalDeclarations); 10173this.VisitList(node.LocalDeclarations); 10209this.VisitList(node.SwitchSections); 10283this.VisitList(node.CatchBlocks); 10324this.VisitList(node.Statements); 10342this.VisitList(node.SwitchArms); 10348this.VisitList(node.SwitchArms); 10458this.VisitList(node.SwitchLabels); 10459this.VisitList(node.Statements); 10475this.VisitList(node.SideEffects); 10481this.VisitList(node.SideEffects); 10493this.VisitList(node.Arguments); 10529this.VisitList(node.Arguments); 10540this.VisitList(node.ConstructorArguments); 10541this.VisitList(node.NamedArguments); 10546this.VisitList(node.Arguments); 10551this.VisitList(node.Arguments); 10557this.VisitList(node.Elements); 10562this.VisitList(node.Elements); 10573this.VisitList(node.Arguments); 10578this.VisitList(node.Arguments); 10583this.VisitList(node.Arguments); 10595this.VisitList(node.Initializers); 10600this.VisitList(node.Arguments); 10607this.VisitList(node.Initializers); 10612this.VisitList(node.Arguments); 10619this.VisitList(node.Arguments); 10625this.VisitList(node.Arguments); 10626this.VisitList(node.Declarations); 10642this.VisitList(node.Bounds); 10648this.VisitList(node.Initializers); 10682this.VisitList(node.Arguments); 10700this.VisitList(node.Arguments); 10716this.VisitList(node.Statements); 10726this.VisitList(node.Parts); 10731this.VisitList(node.Parts); 10764this.VisitList(node.Deconstruction); 10765this.VisitList(node.Properties); 10771this.VisitList(node.Subpatterns); 10782this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
884VisitList(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);