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)
10107this.VisitList(node.ChildBoundNodes); 10112this.VisitList(node.ChildBoundNodes); 10123this.VisitList(node.BoundDimensionsOpt); 10163this.VisitList(node.Arguments); 10257this.VisitList(node.Indices); 10340this.VisitList(node.Arguments); 10364this.VisitList(node.Statements); 10369this.VisitList(node.Statements); 10381this.VisitList(node.ArgumentsOpt); 10386this.VisitList(node.LocalDeclarations); 10392this.VisitList(node.LocalDeclarations); 10428this.VisitList(node.SwitchSections); 10502this.VisitList(node.CatchBlocks); 10543this.VisitList(node.Statements); 10561this.VisitList(node.SwitchArms); 10567this.VisitList(node.SwitchArms); 10682this.VisitList(node.SwitchLabels); 10683this.VisitList(node.Statements); 10699this.VisitList(node.SideEffects); 10705this.VisitList(node.SideEffects); 10717this.VisitList(node.Arguments); 10753this.VisitList(node.Arguments); 10764this.VisitList(node.ConstructorArguments); 10765this.VisitList(node.NamedArguments); 10770this.VisitList(node.Arguments); 10775this.VisitList(node.Arguments); 10782this.VisitList(node.Elements); 10787this.VisitList(node.Arguments); 10793this.VisitList(node.Elements); 10804this.VisitList(node.Arguments); 10809this.VisitList(node.Arguments); 10814this.VisitList(node.Arguments); 10826this.VisitList(node.Initializers); 10831this.VisitList(node.Arguments); 10838this.VisitList(node.Initializers); 10843this.VisitList(node.Arguments); 10850this.VisitList(node.Arguments); 10856this.VisitList(node.Arguments); 10857this.VisitList(node.Declarations); 10873this.VisitList(node.Bounds); 10879this.VisitList(node.Initializers); 10913this.VisitList(node.Arguments); 10931this.VisitList(node.Arguments); 10947this.VisitList(node.Statements); 10957this.VisitList(node.Parts); 10962this.VisitList(node.Parts); 11002this.VisitList(node.Deconstruction); 11003this.VisitList(node.Properties); 11009this.VisitList(node.Subpatterns); 11020this.VisitList(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
897VisitList(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
506this.VisitList(node.Arguments); 518this.VisitList(node.Arguments);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\UnsafeTests.cs (1)
5273this.VisitList(node.InitializerOpt.Initializers);