120 references to VisitList
Microsoft.CodeAnalysis.CSharp (120)
Binder\UnionMatchingRewriter.cs (1)
136ImmutableArray<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)
11220ImmutableArray<BoundExpression> childBoundNodes = this.VisitList(node.ChildBoundNodes); 11226ImmutableArray<BoundNode> childBoundNodes = this.VisitList(node.ChildBoundNodes); 11238ImmutableArray<BoundExpression> boundDimensionsOpt = this.VisitList(node.BoundDimensionsOpt); 11312ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 11440ImmutableArray<BoundExpression> indices = this.VisitList(node.Indices); 11614ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 11646ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 11652ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 11666ImmutableArray<BoundExpression> argumentsOpt = this.VisitList(node.ArgumentsOpt); 11671ImmutableArray<BoundLocalDeclaration> localDeclarations = this.VisitList(node.LocalDeclarations); 11677ImmutableArray<BoundLocalDeclaration> localDeclarations = this.VisitList(node.LocalDeclarations); 11727ImmutableArray<BoundSwitchSection> switchSections = this.VisitList(node.SwitchSections); 11821ImmutableArray<BoundCatchBlock> catchBlocks = this.VisitList(node.CatchBlocks); 11916ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 11938ImmutableArray<BoundSwitchExpressionArm> switchArms = this.VisitList(node.SwitchArms); 11947ImmutableArray<BoundSwitchExpressionArm> switchArms = this.VisitList(node.SwitchArms); 12079ImmutableArray<BoundSwitchLabel> switchLabels = this.VisitList(node.SwitchLabels); 12080ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 12099ImmutableArray<BoundExpression> sideEffects = this.VisitList(node.SideEffects); 12107ImmutableArray<BoundStatement> sideEffects = this.VisitList(node.SideEffects); 12122ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12175ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12190ImmutableArray<BoundExpression> constructorArguments = this.VisitList(node.ConstructorArguments); 12191ImmutableArray<BoundAssignmentOperator> namedArguments = this.VisitList(node.NamedArguments); 12197ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12205ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12213ImmutableArray<BoundNode> elements = this.VisitList(node.Elements); 12219ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12229ImmutableArray<BoundNode> elements = this.VisitList(node.Elements); 12250ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12257ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12264ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12278ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 12285ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12299ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 12306ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12315ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12327ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12328ImmutableArray<BoundAnonymousPropertyDeclaration> declarations = this.VisitList(node.Declarations); 12353ImmutableArray<BoundExpression> bounds = this.VisitList(node.Bounds); 12360ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 12412ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12438ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 12468ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 12479ImmutableArray<BoundExpression> parts = this.VisitList(node.Parts); 12485ImmutableArray<BoundExpression> parts = this.VisitList(node.Parts); 12556ImmutableArray<BoundPositionalSubpattern> deconstruction = this.VisitList(node.Deconstruction); 12557ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.Properties); 12566ImmutableArray<BoundPattern> subpatterns = this.VisitList(node.Subpatterns); 12590ImmutableArray<BoundPositionalSubpattern> subpatterns = this.VisitList(node.Subpatterns); 12962ImmutableArray<BoundExpression> childBoundNodes = this.VisitList(node.ChildBoundNodes); 12980ImmutableArray<BoundExpression> boundDimensionsOpt = this.VisitList(node.BoundDimensionsOpt); 13158ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 13396ImmutableArray<BoundExpression> indices = this.VisitList(node.Indices); 13818ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 13859ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 13866ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 13882ImmutableArray<BoundExpression> argumentsOpt = this.VisitList(node.ArgumentsOpt); 13899ImmutableArray<BoundSwitchSection> switchSections = this.VisitList(node.SwitchSections); 14139ImmutableArray<BoundSwitchExpressionArm> switchArms = this.VisitList(node.SwitchArms); 14159ImmutableArray<BoundSwitchExpressionArm> switchArms = this.VisitList(node.SwitchArms); 14228ImmutableArray<BoundSwitchLabel> switchLabels = this.VisitList(node.SwitchLabels); 14229ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements); 14253ImmutableArray<BoundExpression> sideEffects = this.VisitList(node.SideEffects); 14272ImmutableArray<BoundStatement> sideEffects = this.VisitList(node.SideEffects); 14309ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14435ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14472ImmutableArray<BoundExpression> constructorArguments = this.VisitList(node.ConstructorArguments); 14473ImmutableArray<BoundAssignmentOperator> namedArguments = this.VisitList(node.NamedArguments); 14490ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14509ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14528ImmutableArray<BoundNode> elements = this.VisitList(node.Elements); 14550ImmutableArray<BoundNode> elements = this.VisitList(node.Elements); 14579ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14597ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14615ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14651ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 14670ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14705ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 14723ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14743ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14773ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 14774ImmutableArray<BoundAnonymousPropertyDeclaration> declarations = this.VisitList(node.Declarations); 14843ImmutableArray<BoundExpression> bounds = this.VisitList(node.Bounds); 14861ImmutableArray<BoundExpression> initializers = this.VisitList(node.Initializers); 14990ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 15027ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 15118ImmutableArray<BoundExpression> parts = this.VisitList(node.Parts); 15135ImmutableArray<BoundExpression> parts = this.VisitList(node.Parts); 15257ImmutableArray<BoundPositionalSubpattern> deconstruction = this.VisitList(node.Deconstruction); 15258ImmutableArray<BoundPropertySubpattern> properties = this.VisitList(node.Properties); 15268ImmutableArray<BoundPattern> subpatterns = this.VisitList(node.Subpatterns); 15294ImmutableArray<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);