59 references to VisitList
Microsoft.CodeAnalysis.CSharp (58)
Binder\RefSafetyAnalysis.cs (3)
437this.VisitList(node.SwitchSections); 446this.VisitList(node.SwitchArms); 807VisitList(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)
9859this.VisitList(node.ChildBoundNodes); 9864this.VisitList(node.ChildBoundNodes); 9875this.VisitList(node.BoundDimensionsOpt); 9915this.VisitList(node.Arguments); 10009this.VisitList(node.Indices); 10092this.VisitList(node.Arguments); 10116this.VisitList(node.Statements); 10121this.VisitList(node.Statements); 10133this.VisitList(node.ArgumentsOpt); 10138this.VisitList(node.LocalDeclarations); 10144this.VisitList(node.LocalDeclarations); 10180this.VisitList(node.SwitchSections); 10254this.VisitList(node.CatchBlocks); 10295this.VisitList(node.Statements); 10313this.VisitList(node.SwitchArms); 10319this.VisitList(node.SwitchArms); 10429this.VisitList(node.SwitchLabels); 10430this.VisitList(node.Statements); 10446this.VisitList(node.SideEffects); 10452this.VisitList(node.SideEffects); 10464this.VisitList(node.Arguments); 10500this.VisitList(node.Arguments); 10511this.VisitList(node.ConstructorArguments); 10512this.VisitList(node.NamedArguments); 10517this.VisitList(node.Arguments); 10522this.VisitList(node.Arguments); 10528this.VisitList(node.Elements); 10533this.VisitList(node.Elements); 10544this.VisitList(node.Arguments); 10549this.VisitList(node.Arguments); 10554this.VisitList(node.Arguments); 10566this.VisitList(node.Initializers); 10571this.VisitList(node.Arguments); 10578this.VisitList(node.Initializers); 10583this.VisitList(node.Arguments); 10590this.VisitList(node.Arguments); 10596this.VisitList(node.Arguments); 10597this.VisitList(node.Declarations); 10613this.VisitList(node.Bounds); 10619this.VisitList(node.Initializers); 10653this.VisitList(node.Arguments); 10671this.VisitList(node.Arguments); 10687this.VisitList(node.Statements); 10697this.VisitList(node.Parts); 10702this.VisitList(node.Parts); 10735this.VisitList(node.Deconstruction); 10736this.VisitList(node.Properties); 10742this.VisitList(node.Subpatterns); 10753this.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);