120 references to VisitList
Microsoft.CodeAnalysis.CSharp (120)
Binder\UnionMatchingRewriter.cs (1)
127ImmutableArray<BoundPattern> subpatterns = this.VisitList(node.Subpatterns).SelectAsArray(RewritePatternWithUnionMatchingToPropertyPattern);
CodeGen\Optimizer.cs (3)
1686var catchBlocks = this.VisitList(node.CatchBlocks); 2204ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 2340ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments);
Generated\BoundNodes.xml.Generated.cs (93)
11214ImmutableArray<BoundExpression> childBoundNodes = this.VisitList(node.ChildBoundNodes); 11220ImmutableArray<BoundNode> childBoundNodes = this.VisitList(node.ChildBoundNodes); 11232ImmutableArray<BoundExpression> boundDimensionsOpt = this.VisitList(node.BoundDimensionsOpt); 11306ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 11434ImmutableArray<BoundExpression> indices = this.VisitList(node.Indices); 11608ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 11640ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 11646ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 11660ImmutableArray<BoundExpression> argumentsOpt = this.VisitList(node.ArgumentsOpt); 11665ImmutableArray<BoundLocalDeclaration> localDeclarations = this.VisitList(node.LocalDeclarations); 11671ImmutableArray<BoundLocalDeclaration> localDeclarations = this.VisitList(node.LocalDeclarations); 11721ImmutableArray<BoundSwitchSection> switchSections = this.VisitList(node.SwitchSections); 11815ImmutableArray<BoundCatchBlock> catchBlocks = this.VisitList(node.CatchBlocks); 11910ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 11932ImmutableArray<BoundSwitchExpressionArm> switchArms = this.VisitList(node.SwitchArms); 11941ImmutableArray<BoundSwitchExpressionArm> switchArms = this.VisitList(node.SwitchArms); 12073ImmutableArray<BoundSwitchLabel> switchLabels = this.VisitList(node.SwitchLabels); 12074ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 12093ImmutableArray<BoundExpression> sideEffects = this.VisitList(node.SideEffects); 12101ImmutableArray<BoundStatement> sideEffects = this.VisitList(node.SideEffects); 12116ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12169ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12184ImmutableArray<BoundExpression> constructorArguments = this.VisitList(node.ConstructorArguments); 12185ImmutableArray<BoundAssignmentOperator> namedArguments = this.VisitList(node.NamedArguments); 12191ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12199ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12207ImmutableArray<BoundNode> elements = this.VisitList(node.Elements); 12213ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12223ImmutableArray<BoundNode> elements = this.VisitList(node.Elements); 12244ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12251ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12258ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12272ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 12279ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12293ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 12300ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12309ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12321ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12322ImmutableArray<BoundAnonymousPropertyDeclaration> declarations = this.VisitList(node.Declarations); 12347ImmutableArray<BoundExpression> bounds = this.VisitList(node.Bounds); 12354ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 12406ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12432ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12462ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 12473ImmutableArray<BoundExpression> parts = this.VisitList(node.Parts); 12479ImmutableArray<BoundExpression> parts = this.VisitList(node.Parts); 12548ImmutableArray<BoundPositionalSubpattern> deconstruction = this.VisitList(node.Deconstruction); 12549ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.Properties); 12558ImmutableArray<BoundPattern> subpatterns = this.VisitList(node.Subpatterns); 12582ImmutableArray<BoundPositionalSubpattern> subpatterns = this.VisitList(node.Subpatterns); 12954ImmutableArray<BoundExpression> childBoundNodes = this.VisitList(node.ChildBoundNodes); 12972ImmutableArray<BoundExpression> boundDimensionsOpt = this.VisitList(node.BoundDimensionsOpt); 13150ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 13388ImmutableArray<BoundExpression> indices = this.VisitList(node.Indices); 13810ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 13851ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 13858ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 13874ImmutableArray<BoundExpression> argumentsOpt = this.VisitList(node.ArgumentsOpt); 13891ImmutableArray<BoundSwitchSection> switchSections = this.VisitList(node.SwitchSections); 14131ImmutableArray<BoundSwitchExpressionArm> switchArms = this.VisitList(node.SwitchArms); 14151ImmutableArray<BoundSwitchExpressionArm> switchArms = this.VisitList(node.SwitchArms); 14220ImmutableArray<BoundSwitchLabel> switchLabels = this.VisitList(node.SwitchLabels); 14221ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 14245ImmutableArray<BoundExpression> sideEffects = this.VisitList(node.SideEffects); 14264ImmutableArray<BoundStatement> sideEffects = this.VisitList(node.SideEffects); 14301ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14427ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14464ImmutableArray<BoundExpression> constructorArguments = this.VisitList(node.ConstructorArguments); 14465ImmutableArray<BoundAssignmentOperator> namedArguments = this.VisitList(node.NamedArguments); 14482ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14501ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14520ImmutableArray<BoundNode> elements = this.VisitList(node.Elements); 14542ImmutableArray<BoundNode> elements = this.VisitList(node.Elements); 14571ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14589ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14607ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14643ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 14662ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14697ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 14715ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14735ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14765ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14766ImmutableArray<BoundAnonymousPropertyDeclaration> declarations = this.VisitList(node.Declarations); 14835ImmutableArray<BoundExpression> bounds = this.VisitList(node.Bounds); 14853ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 14982ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 15019ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 15110ImmutableArray<BoundExpression> parts = this.VisitList(node.Parts); 15127ImmutableArray<BoundExpression> parts = this.VisitList(node.Parts); 15247ImmutableArray<BoundPositionalSubpattern> deconstruction = this.VisitList(node.Deconstruction); 15248ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.Properties); 15258ImmutableArray<BoundPattern> subpatterns = this.VisitList(node.Subpatterns); 15284ImmutableArray<BoundPositionalSubpattern> subpatterns = this.VisitList(node.Subpatterns);
Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs (1)
109var newStatements = VisitList(node.Statements);
Lowering\ClosureConversion\ClosureConversion.cs (2)
1088var args = VisitList(node.Arguments); 1218var statements = VisitList(node.Statements);
Lowering\ExtensionMethodReferenceRewriter.cs (1)
84rewriter.VisitList(node.Arguments),
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
379VisitList(node.CatchBlocks),
Lowering\LocalRewriter\LocalRewriter_AnonymousObjectCreation.cs (1)
21var rewrittenArguments = VisitList(node.Arguments);
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.cs (1)
71var loweredArguments = VisitList(indexerAccess.Arguments);
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
27var loweredArguments = VisitList(node.Arguments);
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
803var loweredIndices = VisitList(arrayAccess.Indices);
Lowering\LocalRewriter\LocalRewriter_IndexerAccess.cs (1)
45var loweredArguments = VisitList(node.Arguments);
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (1)
20var loweredArguments = VisitList(node.Arguments);
Lowering\LocalRewriter\LocalRewriter_ObjectOrCollectionInitializerExpression.cs (2)
73return VisitList(((BoundObjectInitializerExpression)initializerExpression).Initializers); 159var rewrittenArguments = VisitList(initializer.Arguments);
Lowering\LocalRewriter\LocalRewriter_PatternSwitchStatement.cs (1)
147sectionBuilder.AddRange(_localRewriter.VisitList(section.Statements));
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (1)
42initializerOpt = initializerOpt.Update(VisitList(initializerOpt.Initializers));
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
26: this.VisitList(node.CatchBlocks);
Lowering\LocalRewriter\LocalRewriter_TupleCreationExpression.cs (1)
27ImmutableArray<BoundExpression> rewrittenArguments = VisitList(node.Arguments);
Lowering\MethodToClassRewriter.cs (2)
100var rewrittenArguments = (ImmutableArray<BoundExpression>)this.VisitList(node.Arguments); 357ImmutableArray<BoundExpression> arguments = (ImmutableArray<BoundExpression>)this.VisitList(node.Arguments);
Lowering\SpillSequenceSpiller.cs (2)
599var newList = VisitList(args); 768builder.AddStatements(VisitList(node.SideEffects));
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (2)
562var statements = VisitList(node.Statements); 752ImmutableArray<BoundCatchBlock> catchBlocks = this.VisitList(node.CatchBlocks);