58 references to VisitList
Microsoft.CodeAnalysis.CSharp (57)
Binder\RefSafetyAnalysis.cs (2)
396
this.
VisitList
(node.SwitchSections);
405
this.
VisitList
(node.SwitchArms);
BoundTree\BoundTreeWalker.cs (1)
230
this.
VisitList
(node.Arguments);
FlowAnalysis\NullableWalker.DebugVerifier.cs (2)
122
this.
VisitList
(node.UnconvertedCollectionExpression.Elements);
352
VisitList
(node.Subpatterns);
Generated\BoundNodes.xml.Generated.cs (49)
9849
this.
VisitList
(node.ChildBoundNodes);
9854
this.
VisitList
(node.ChildBoundNodes);
9865
this.
VisitList
(node.BoundDimensionsOpt);
9905
this.
VisitList
(node.Arguments);
9999
this.
VisitList
(node.Indices);
10080
this.
VisitList
(node.Arguments);
10104
this.
VisitList
(node.Statements);
10109
this.
VisitList
(node.Statements);
10121
this.
VisitList
(node.ArgumentsOpt);
10126
this.
VisitList
(node.LocalDeclarations);
10132
this.
VisitList
(node.LocalDeclarations);
10168
this.
VisitList
(node.SwitchSections);
10243
this.
VisitList
(node.CatchBlocks);
10284
this.
VisitList
(node.Statements);
10302
this.
VisitList
(node.SwitchArms);
10308
this.
VisitList
(node.SwitchArms);
10418
this.
VisitList
(node.SwitchLabels);
10419
this.
VisitList
(node.Statements);
10435
this.
VisitList
(node.SideEffects);
10441
this.
VisitList
(node.SideEffects);
10453
this.
VisitList
(node.Arguments);
10489
this.
VisitList
(node.Arguments);
10500
this.
VisitList
(node.ConstructorArguments);
10501
this.
VisitList
(node.NamedArguments);
10506
this.
VisitList
(node.Arguments);
10511
this.
VisitList
(node.Arguments);
10517
this.
VisitList
(node.Elements);
10522
this.
VisitList
(node.Elements);
10533
this.
VisitList
(node.Arguments);
10538
this.
VisitList
(node.Arguments);
10543
this.
VisitList
(node.Arguments);
10555
this.
VisitList
(node.Initializers);
10560
this.
VisitList
(node.Arguments);
10567
this.
VisitList
(node.Initializers);
10572
this.
VisitList
(node.Arguments);
10579
this.
VisitList
(node.Arguments);
10585
this.
VisitList
(node.Arguments);
10586
this.
VisitList
(node.Declarations);
10602
this.
VisitList
(node.Bounds);
10608
this.
VisitList
(node.Initializers);
10642
this.
VisitList
(node.Arguments);
10660
this.
VisitList
(node.Arguments);
10676
this.
VisitList
(node.Statements);
10686
this.
VisitList
(node.Parts);
10691
this.
VisitList
(node.Parts);
10724
this.
VisitList
(node.Deconstruction);
10725
this.
VisitList
(node.Properties);
10731
this.
VisitList
(node.Subpatterns);
10742
this.
VisitList
(node.Subpatterns);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
810
VisitList
(node.CatchBlocks);
Lowering\DiagnosticsPass_ExpressionTrees.cs (2)
504
this.
VisitList
(node.Arguments);
516
this.
VisitList
(node.Arguments);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\UnsafeTests.cs (1)
5272
this.
VisitList
(node.InitializerOpt.Initializers);