58 references to VisitList
Microsoft.CodeAnalysis.CSharp (57)
Binder\RefSafetyAnalysis.cs (2)
437this.VisitList(node.SwitchSections); 446this.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)
9857this.VisitList(node.ChildBoundNodes); 9862this.VisitList(node.ChildBoundNodes); 9873this.VisitList(node.BoundDimensionsOpt); 9913this.VisitList(node.Arguments); 10007this.VisitList(node.Indices); 10090this.VisitList(node.Arguments); 10114this.VisitList(node.Statements); 10119this.VisitList(node.Statements); 10131this.VisitList(node.ArgumentsOpt); 10136this.VisitList(node.LocalDeclarations); 10142this.VisitList(node.LocalDeclarations); 10178this.VisitList(node.SwitchSections); 10253this.VisitList(node.CatchBlocks); 10294this.VisitList(node.Statements); 10312this.VisitList(node.SwitchArms); 10318this.VisitList(node.SwitchArms); 10428this.VisitList(node.SwitchLabels); 10429this.VisitList(node.Statements); 10445this.VisitList(node.SideEffects); 10451this.VisitList(node.SideEffects); 10463this.VisitList(node.Arguments); 10499this.VisitList(node.Arguments); 10510this.VisitList(node.ConstructorArguments); 10511this.VisitList(node.NamedArguments); 10516this.VisitList(node.Arguments); 10521this.VisitList(node.Arguments); 10527this.VisitList(node.Elements); 10532this.VisitList(node.Elements); 10543this.VisitList(node.Arguments); 10548this.VisitList(node.Arguments); 10553this.VisitList(node.Arguments); 10565this.VisitList(node.Initializers); 10570this.VisitList(node.Arguments); 10577this.VisitList(node.Initializers); 10582this.VisitList(node.Arguments); 10589this.VisitList(node.Arguments); 10595this.VisitList(node.Arguments); 10596this.VisitList(node.Declarations); 10612this.VisitList(node.Bounds); 10618this.VisitList(node.Initializers); 10652this.VisitList(node.Arguments); 10670this.VisitList(node.Arguments); 10686this.VisitList(node.Statements); 10696this.VisitList(node.Parts); 10701this.VisitList(node.Parts); 10734this.VisitList(node.Deconstruction); 10735this.VisitList(node.Properties); 10741this.VisitList(node.Subpatterns); 10752this.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);