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