224 references to AddRange
Microsoft.CodeAnalysis.CSharp (127)
Syntax.xml.Syntax.Generated.cs (127)
414
public ArrayTypeSyntax AddRankSpecifiers(params ArrayRankSpecifierSyntax[] items) => WithRankSpecifiers(this.RankSpecifiers.
AddRange
(items));
3156
public new AnonymousMethodExpressionSyntax AddBlockAttributeLists(params AttributeListSyntax[] items) => WithBlock(this.Block.WithAttributeLists(this.Block.AttributeLists.
AddRange
(items)));
3158
public new AnonymousMethodExpressionSyntax AddBlockStatements(params StatementSyntax[] items) => WithBlock(this.Block.WithStatements(this.Block.Statements.
AddRange
(items)));
3288
public new SimpleLambdaExpressionSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
3291
public SimpleLambdaExpressionSyntax AddParameterAttributeLists(params AttributeListSyntax[] items) => WithParameter(this.Parameter.WithAttributeLists(this.Parameter.AttributeLists.
AddRange
(items)));
3297
return WithBlock(block.WithAttributeLists(block.AttributeLists.
AddRange
(items)));
3303
return WithBlock(block.WithStatements(block.Statements.
AddRange
(items)));
3451
public new ParenthesizedLambdaExpressionSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
3459
return WithBlock(block.WithAttributeLists(block.AttributeLists.
AddRange
(items)));
3465
return WithBlock(block.WithStatements(block.Statements.
AddRange
(items)));
3945
public ArrayCreationExpressionSyntax AddTypeRankSpecifiers(params ArrayRankSpecifierSyntax[] items) => WithType(this.Type.WithRankSpecifiers(this.Type.RankSpecifiers.
AddRange
(items)));
4346
public QueryExpressionSyntax AddBodyClauses(params QueryClauseSyntax[] items) => WithBody(this.Body.WithClauses(this.Body.Clauses.
AddRange
(items)));
4409
public QueryBodySyntax AddClauses(params QueryClauseSyntax[] items) => WithClauses(this.Clauses.
AddRange
(items));
4948
public QueryContinuationSyntax AddBodyClauses(params QueryClauseSyntax[] items) => WithBody(this.Body.WithClauses(this.Body.Clauses.
AddRange
(items)));
5038
public InterpolatedStringExpressionSyntax AddContents(params InterpolatedStringContentSyntax[] items) => WithContents(this.Contents.
AddRange
(items));
6221
public new GlobalStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
6304
public new BlockSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
6305
public BlockSyntax AddStatements(params StatementSyntax[] items) => WithStatements(this.Statements.
AddRange
(items));
6419
public new LocalFunctionStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
6427
public LocalFunctionStatementSyntax AddConstraintClauses(params TypeParameterConstraintClauseSyntax[] items) => WithConstraintClauses(this.ConstraintClauses.
AddRange
(items));
6431
return WithBody(body.WithAttributeLists(body.AttributeLists.
AddRange
(items)));
6436
return WithBody(body.WithStatements(body.Statements.
AddRange
(items)));
6530
public new LocalDeclarationStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
6903
public new ExpressionStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
6949
public new EmptyStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7017
public new LabeledStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7109
public new GotoStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7158
public new BreakStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7207
public new ContinueStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7272
public new ReturnStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7337
public new ThrowStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7406
public new YieldStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7480
public new WhileStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7560
public new DoStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7672
public new ForStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7818
public new ForEachStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
7924
public new ForEachVariableStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
8014
public new UsingStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
8088
public new FixedStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
8152
public new CheckedStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
8153
public CheckedStatementSyntax AddBlockAttributeLists(params AttributeListSyntax[] items) => WithBlock(this.Block.WithAttributeLists(this.Block.AttributeLists.
AddRange
(items)));
8154
public CheckedStatementSyntax AddBlockStatements(params StatementSyntax[] items) => WithBlock(this.Block.WithStatements(this.Block.Statements.
AddRange
(items)));
8216
public new UnsafeStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
8217
public UnsafeStatementSyntax AddBlockAttributeLists(params AttributeListSyntax[] items) => WithBlock(this.Block.WithAttributeLists(this.Block.AttributeLists.
AddRange
(items)));
8218
public UnsafeStatementSyntax AddBlockStatements(params StatementSyntax[] items) => WithBlock(this.Block.WithStatements(this.Block.Statements.
AddRange
(items)));
8292
public new LockStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
8393
public new IfStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
8555
public new SwitchStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
8556
public SwitchStatementSyntax AddSections(params SwitchSectionSyntax[] items) => WithSections(this.Sections.
AddRange
(items));
8620
public SwitchSectionSyntax AddLabels(params SwitchLabelSyntax[] items) => WithLabels(this.Labels.
AddRange
(items));
8621
public SwitchSectionSyntax AddStatements(params StatementSyntax[] items) => WithStatements(this.Statements.
AddRange
(items));
9020
public new TryStatementSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
9021
public TryStatementSyntax AddBlockAttributeLists(params AttributeListSyntax[] items) => WithBlock(this.Block.WithAttributeLists(this.Block.AttributeLists.
AddRange
(items)));
9022
public TryStatementSyntax AddBlockStatements(params StatementSyntax[] items) => WithBlock(this.Block.WithStatements(this.Block.Statements.
AddRange
(items)));
9023
public TryStatementSyntax AddCatches(params CatchClauseSyntax[] items) => WithCatches(this.Catches.
AddRange
(items));
9089
public CatchClauseSyntax AddBlockAttributeLists(params AttributeListSyntax[] items) => WithBlock(this.Block.WithAttributeLists(this.Block.AttributeLists.
AddRange
(items)));
9090
public CatchClauseSyntax AddBlockStatements(params StatementSyntax[] items) => WithBlock(this.Block.WithStatements(this.Block.Statements.
AddRange
(items)));
9237
public FinallyClauseSyntax AddBlockAttributeLists(params AttributeListSyntax[] items) => WithBlock(this.Block.WithAttributeLists(this.Block.AttributeLists.
AddRange
(items)));
9238
public FinallyClauseSyntax AddBlockStatements(params StatementSyntax[] items) => WithBlock(this.Block.WithStatements(this.Block.Statements.
AddRange
(items)));
9311
public CompilationUnitSyntax AddExterns(params ExternAliasDirectiveSyntax[] items) => WithExterns(this.Externs.
AddRange
(items));
9312
public CompilationUnitSyntax AddUsings(params UsingDirectiveSyntax[] items) => WithUsings(this.Usings.
AddRange
(items));
9313
public CompilationUnitSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
9314
public CompilationUnitSyntax AddMembers(params MemberDeclarationSyntax[] items) => WithMembers(this.Members.
AddRange
(items));
9641
public new NamespaceDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
9645
public new NamespaceDeclarationSyntax AddExterns(params ExternAliasDirectiveSyntax[] items) => WithExterns(this.Externs.
AddRange
(items));
9647
public new NamespaceDeclarationSyntax AddUsings(params UsingDirectiveSyntax[] items) => WithUsings(this.Usings.
AddRange
(items));
9649
public new NamespaceDeclarationSyntax AddMembers(params MemberDeclarationSyntax[] items) => WithMembers(this.Members.
AddRange
(items));
9748
public new FileScopedNamespaceDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
9752
public new FileScopedNamespaceDeclarationSyntax AddExterns(params ExternAliasDirectiveSyntax[] items) => WithExterns(this.Externs.
AddRange
(items));
9754
public new FileScopedNamespaceDeclarationSyntax AddUsings(params UsingDirectiveSyntax[] items) => WithUsings(this.Usings.
AddRange
(items));
9756
public new FileScopedNamespaceDeclarationSyntax AddMembers(params MemberDeclarationSyntax[] items) => WithMembers(this.Members.
AddRange
(items));
10218
public TypeParameterSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
10456
public new ClassDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
10478
public new ClassDeclarationSyntax AddConstraintClauses(params TypeParameterConstraintClauseSyntax[] items) => WithConstraintClauses(this.ConstraintClauses.
AddRange
(items));
10480
public new ClassDeclarationSyntax AddMembers(params MemberDeclarationSyntax[] items) => WithMembers(this.Members.
AddRange
(items));
10622
public new StructDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
10644
public new StructDeclarationSyntax AddConstraintClauses(params TypeParameterConstraintClauseSyntax[] items) => WithConstraintClauses(this.ConstraintClauses.
AddRange
(items));
10646
public new StructDeclarationSyntax AddMembers(params MemberDeclarationSyntax[] items) => WithMembers(this.Members.
AddRange
(items));
10788
public new InterfaceDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
10810
public new InterfaceDeclarationSyntax AddConstraintClauses(params TypeParameterConstraintClauseSyntax[] items) => WithConstraintClauses(this.ConstraintClauses.
AddRange
(items));
10812
public new InterfaceDeclarationSyntax AddMembers(params MemberDeclarationSyntax[] items) => WithMembers(this.Members.
AddRange
(items));
10963
public new RecordDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
10985
public new RecordDeclarationSyntax AddConstraintClauses(params TypeParameterConstraintClauseSyntax[] items) => WithConstraintClauses(this.ConstraintClauses.
AddRange
(items));
10987
public new RecordDeclarationSyntax AddMembers(params MemberDeclarationSyntax[] items) => WithMembers(this.Members.
AddRange
(items));
11115
public new EnumDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
11228
public new DelegateDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
11237
public DelegateDeclarationSyntax AddConstraintClauses(params TypeParameterConstraintClauseSyntax[] items) => WithConstraintClauses(this.ConstraintClauses.
AddRange
(items));
11311
public new EnumMemberDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
11443
public new ExtensionBlockDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
11459
public new ExtensionBlockDeclarationSyntax AddConstraintClauses(params TypeParameterConstraintClauseSyntax[] items) => WithConstraintClauses(this.ConstraintClauses.
AddRange
(items));
11461
public new ExtensionBlockDeclarationSyntax AddMembers(params MemberDeclarationSyntax[] items) => WithMembers(this.Members.
AddRange
(items));
12097
public new FieldDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
12179
public new EventFieldDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
12396
public new MethodDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
12406
public MethodDeclarationSyntax AddConstraintClauses(params TypeParameterConstraintClauseSyntax[] items) => WithConstraintClauses(this.ConstraintClauses.
AddRange
(items));
12411
return WithBody(body.WithAttributeLists(body.AttributeLists.
AddRange
(items)));
12417
return WithBody(body.WithStatements(body.Statements.
AddRange
(items)));
12548
public new OperatorDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
12557
return WithBody(body.WithAttributeLists(body.AttributeLists.
AddRange
(items)));
12563
return WithBody(body.WithStatements(body.Statements.
AddRange
(items)));
12694
public new ConversionOperatorDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
12703
return WithBody(body.WithAttributeLists(body.AttributeLists.
AddRange
(items)));
12709
return WithBody(body.WithStatements(body.Statements.
AddRange
(items)));
12818
public new ConstructorDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
12827
return WithBody(body.WithAttributeLists(body.AttributeLists.
AddRange
(items)));
12833
return WithBody(body.WithStatements(body.Statements.
AddRange
(items)));
12991
public new DestructorDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
13000
return WithBody(body.WithAttributeLists(body.AttributeLists.
AddRange
(items)));
13006
return WithBody(body.WithStatements(body.Statements.
AddRange
(items)));
13151
public new PropertyDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
13158
return WithAccessorList(accessorList.WithAccessors(accessorList.Accessors.
AddRange
(items)));
13304
public new EventDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
13311
return WithAccessorList(accessorList.WithAccessors(accessorList.Accessors.
AddRange
(items)));
13423
public new IndexerDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
13431
return WithAccessorList(accessorList.WithAccessors(accessorList.Accessors.
AddRange
(items)));
13479
public AccessorListSyntax AddAccessors(params AccessorDeclarationSyntax[] items) => WithAccessors(this.Accessors.
AddRange
(items));
13576
public AccessorDeclarationSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
13581
return WithBody(body.WithAttributeLists(body.AttributeLists.
AddRange
(items)));
13586
return WithBody(body.WithStatements(body.Statements.
AddRange
(items)));
13845
public new ParameterSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
13921
public new FunctionPointerParameterSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
13993
public new IncompleteMemberSyntax AddAttributeLists(params AttributeListSyntax[] items) => WithAttributeLists(this.AttributeLists.
AddRange
(items));
14087
public DocumentationCommentTriviaSyntax AddContent(params XmlNodeSyntax[] items) => WithContent(this.Content.
AddRange
(items));
14844
public XmlElementSyntax AddStartTagAttributes(params XmlAttributeSyntax[] items) => WithStartTag(this.StartTag.WithAttributes(this.StartTag.Attributes.
AddRange
(items)));
14845
public XmlElementSyntax AddContent(params XmlNodeSyntax[] items) => WithContent(this.Content.
AddRange
(items));
14908
public XmlElementStartTagSyntax AddAttributes(params XmlAttributeSyntax[] items) => WithAttributes(this.Attributes.
AddRange
(items));
15016
public XmlEmptyElementSyntax AddAttributes(params XmlAttributeSyntax[] items) => WithAttributes(this.Attributes.
AddRange
(items));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
160
var finalAttributeLists = currentTypeDeclaration.AttributeLists.
AddRange
(
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests.cs (1)
88
var list = new SyntaxList<UsingDirectiveSyntax>().
AddRange
(nodes);
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (2)
311
root.Externs.
AddRange
(namespaceDecl.Externs),
312
root.Usings.
AddRange
(namespaceDecl.Usings),
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
160
var finalAttributeLists = currentTypeDeclaration.AttributeLists.
AddRange
(
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Syntax\SyntaxListTests.cs (4)
78
newList = list.
AddRange
(new[] { nodeD, nodeE });
179
Assert.Throws<ArgumentNullException>(() => list.
AddRange
((IEnumerable<SyntaxNode>)null));
203
newList = list.
AddRange
(new[] { nodeD, nodeE });
227
Assert.Throws<ArgumentNullException>(() => list.
AddRange
((IEnumerable<SyntaxNode>)null));
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
1047
var newList = lists.
AddRange
(newAttributes);
1082
var newList = lists.
AddRange
(newAttributes);
1365
TypeDeclarationSyntax type => type.WithMembers(type.Members.
AddRange
(newMembers)),
1367
BaseNamespaceDeclarationSyntax @namespace => @namespace.WithMembers(@namespace.Members.
AddRange
(newMembers)),
1368
CompilationUnitSyntax compilationUnit => compilationUnit.WithMembers(compilationUnit.Members.
AddRange
(newMembers)),
3637
labels = labels.
AddRange
(expressions.Select(e => SyntaxFactory.CaseSwitchLabel((ExpressionSyntax)e)));
Microsoft.CodeAnalysis.VisualBasic (81)
Generated\Syntax.xml.Syntax.Generated.vb (81)
429
Return Me.WithOptions(Me.Options.
AddRange
(items))
455
Return Me.WithImports(Me.Imports.
AddRange
(items))
482
Return Me.WithAttributes(Me.Attributes.
AddRange
(items))
510
Return Me.WithMembers(Me.Members.
AddRange
(items))
1296
Return Me.WithMembers(Me.Members.
AddRange
(items))
1677
Return Me.WithInherits(Me.Inherits.
AddRange
(items))
1715
Return Me.WithImplements(Me.Implements.
AddRange
(items))
1753
Return Me.WithMembers(Me.Members.
AddRange
(items))
1929
Return Me.WithInherits(Me.Inherits.
AddRange
(items))
1967
Return Me.WithImplements(Me.Implements.
AddRange
(items))
2005
Return Me.WithMembers(Me.Members.
AddRange
(items))
2181
Return Me.WithInherits(Me.Inherits.
AddRange
(items))
2219
Return Me.WithImplements(Me.Implements.
AddRange
(items))
2257
Return Me.WithMembers(Me.Members.
AddRange
(items))
2433
Return Me.WithInherits(Me.Inherits.
AddRange
(items))
2471
Return Me.WithImplements(Me.Implements.
AddRange
(items))
2509
Return Me.WithMembers(Me.Members.
AddRange
(items))
2678
Return Me.WithMembers(Me.Members.
AddRange
(items))
3211
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
3463
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
3715
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
3967
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
4213
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
5206
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
5429
Return Me.WithStatements(Me.Statements.
AddRange
(items))
5594
Return Me.WithStatements(Me.Statements.
AddRange
(items))
5756
Return Me.WithStatements(Me.Statements.
AddRange
(items))
5924
Return Me.WithStatements(Me.Statements.
AddRange
(items))
6081
Return Me.WithAccessors(Me.Accessors.
AddRange
(items))
6230
Return Me.WithAccessors(Me.Accessors.
AddRange
(items))
6642
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
7022
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
7271
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
7703
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
8039
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
8379
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
8659
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
9003
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
9926
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
10091
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
10486
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
11509
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
11795
Return Me.WithArrayRankSpecifiers(Me.ArrayRankSpecifiers.
AddRange
(items))
12449
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
12767
Return Me.WithStatements(Me.Statements.
AddRange
(items))
12919
Return Me.WithStatements(Me.Statements.
AddRange
(items))
13071
Return Me.WithStatements(Me.Statements.
AddRange
(items))
13223
Return Me.WithStatements(Me.Statements.
AddRange
(items))
14280
Return Me.WithStatements(Me.Statements.
AddRange
(items))
14443
Return Me.WithStatements(Me.Statements.
AddRange
(items))
14568
Return Me.WithStatements(Me.Statements.
AddRange
(items))
14595
Return Me.WithElseIfBlocks(Me.ElseIfBlocks.
AddRange
(items))
14925
Return Me.WithStatements(Me.Statements.
AddRange
(items))
15188
Return Me.WithStatements(Me.Statements.
AddRange
(items))
15398
Return Me.WithStatements(Me.Statements.
AddRange
(items))
15425
Return Me.WithCatchBlocks(Me.CatchBlocks.
AddRange
(items))
15698
Return Me.WithStatements(Me.Statements.
AddRange
(items))
16105
Return Me.WithStatements(Me.Statements.
AddRange
(items))
16879
Return Me.WithCaseBlocks(Me.CaseBlocks.
AddRange
(items))
17174
Return Me.WithStatements(Me.Statements.
AddRange
(items))
18014
Return Me.WithStatements(Me.Statements.
AddRange
(items))
18726
Return Me.WithStatements(Me.Statements.
AddRange
(items))
18910
Return Me.WithStatements(Me.Statements.
AddRange
(items))
23391
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
23617
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
23790
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
23864
Return Me.WithRankSpecifiers(Me.RankSpecifiers.
AddRange
(items))
26120
Return Me.WithStatements(Me.Statements.
AddRange
(items))
26264
Return Me.WithAttributeLists(Me.AttributeLists.
AddRange
(items))
27123
Return Me.WithClauses(Me.Clauses.
AddRange
(items))
28344
Return Me.WithAdditionalQueryOperators(Me.AdditionalQueryOperators.
AddRange
(items))
29531
Return Me.WithAdditionalJoins(Me.AdditionalJoins.
AddRange
(items))
29800
Return Me.WithAdditionalJoins(Me.AdditionalJoins.
AddRange
(items))
30455
Return Me.WithPrecedingMisc(Me.PrecedingMisc.
AddRange
(items))
30492
Return Me.WithFollowingMisc(Me.FollowingMisc.
AddRange
(items))
30939
Return Me.WithContent(Me.Content.
AddRange
(items))
31184
Return Me.WithAttributes(Me.Attributes.
AddRange
(items))
31462
Return Me.WithAttributes(Me.Attributes.
AddRange
(items))
32825
Return Me.WithRankSpecifiers(Me.RankSpecifiers.
AddRange
(items))
34708
Return Me.WithContent(Me.Content.
AddRange
(items))
35443
Return Me.WithContents(Me.Contents.
AddRange
(items))
Microsoft.Interop.SourceGeneration (1)
SyntaxExtensions.cs (1)
39
block = block.WithStatements(block.Statements.
AddRange
(((BlockSyntax)childStatement).Statements));