61 references to VisitList
Microsoft.CodeAnalysis.CSharp (60)
Binder\RefSafetyAnalysis.cs (4)
457this.VisitList(node.SwitchSections); 466this.VisitList(node.SwitchArms); 826VisitList(node.Arguments); 1338VisitList(node.Elements);
BoundTree\BoundTreeWalker.cs (1)
230this.VisitList(node.Arguments);
FlowAnalysis\NullableWalker.DebugVerifier.cs (2)
122this.VisitList(node.UnconvertedCollectionExpression.Elements); 366VisitList(node.Subpatterns);
Generated\BoundNodes.xml.Generated.cs (50)
9971this.VisitList(node.ChildBoundNodes); 9976this.VisitList(node.ChildBoundNodes); 9987this.VisitList(node.BoundDimensionsOpt); 10027this.VisitList(node.Arguments); 10121this.VisitList(node.Indices); 10204this.VisitList(node.Arguments); 10228this.VisitList(node.Statements); 10233this.VisitList(node.Statements); 10245this.VisitList(node.ArgumentsOpt); 10250this.VisitList(node.LocalDeclarations); 10256this.VisitList(node.LocalDeclarations); 10292this.VisitList(node.SwitchSections); 10366this.VisitList(node.CatchBlocks); 10407this.VisitList(node.Statements); 10425this.VisitList(node.SwitchArms); 10431this.VisitList(node.SwitchArms); 10541this.VisitList(node.SwitchLabels); 10542this.VisitList(node.Statements); 10558this.VisitList(node.SideEffects); 10564this.VisitList(node.SideEffects); 10576this.VisitList(node.Arguments); 10612this.VisitList(node.Arguments); 10623this.VisitList(node.ConstructorArguments); 10624this.VisitList(node.NamedArguments); 10629this.VisitList(node.Arguments); 10634this.VisitList(node.Arguments); 10641this.VisitList(node.Elements); 10646this.VisitList(node.Arguments); 10652this.VisitList(node.Elements); 10663this.VisitList(node.Arguments); 10668this.VisitList(node.Arguments); 10673this.VisitList(node.Arguments); 10685this.VisitList(node.Initializers); 10690this.VisitList(node.Arguments); 10697this.VisitList(node.Initializers); 10702this.VisitList(node.Arguments); 10709this.VisitList(node.Arguments); 10715this.VisitList(node.Arguments); 10716this.VisitList(node.Declarations); 10732this.VisitList(node.Bounds); 10738this.VisitList(node.Initializers); 10772this.VisitList(node.Arguments); 10790this.VisitList(node.Arguments); 10806this.VisitList(node.Statements); 10816this.VisitList(node.Parts); 10821this.VisitList(node.Parts); 10854this.VisitList(node.Deconstruction); 10855this.VisitList(node.Properties); 10861this.VisitList(node.Subpatterns); 10872this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
897VisitList(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);