100 references to SyntaxList
Microsoft.CodeAnalysis (11)
Syntax\SyntaxList`1.cs (7)
26
return new
SyntaxList
<TNode>(createGreenNode(nodes).CreateRed());
67
:
this
((SyntaxNode?)node)
76
:
this
(CreateNode(nodes))
352
return new
SyntaxList
<TNode>(newGreen!.CreateRed());
490
return new
SyntaxList
<TNode>(nodes._node);
495
return new
SyntaxList
<SyntaxNode>(nodes.Node);
500
return new
SyntaxList
<TNode>(nodes._node);
Syntax\SyntaxListBuilder.cs (2)
110
this.AddRange(new
SyntaxList
<SyntaxNode>(list.Node), offset, count);
145
this.AddRange(new
SyntaxList
<SyntaxNode>(list.Node.CreateRed()), offset, length);
Syntax\SyntaxListBuilderExtensions.cs (2)
27
return new
SyntaxList
<SyntaxNode>(listNode.CreateRed());
39
return new
SyntaxList
<TNode>(listNode.CreateRed());
Microsoft.CodeAnalysis.CSharp (89)
Syntax.xml.Syntax.Generated.cs (89)
378
public SyntaxList<ArrayRankSpecifierSyntax> RankSpecifiers => new
SyntaxList
<ArrayRankSpecifierSyntax>(GetRed(ref this.rankSpecifiers, 1));
3211
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
3369
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
4366
public SyntaxList<QueryClauseSyntax> Clauses => new
SyntaxList
<QueryClauseSyntax>(GetRed(ref this.clauses, 0));
5010
public SyntaxList<InterpolatedStringContentSyntax> Contents => new
SyntaxList
<InterpolatedStringContentSyntax>(GetRed(ref this.contents, 1));
6170
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6258
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6262
public SyntaxList<StatementSyntax> Statements => new
SyntaxList
<StatementSyntax>(GetRed(ref this.statements, 2));
6329
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6349
public SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 6));
6456
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6860
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6921
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6969
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7041
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7127
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7176
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7226
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7291
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7357
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7426
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7500
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7583
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7735
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7839
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7945
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8034
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8109
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8173
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8238
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8316
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8460
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8504
public SyntaxList<SwitchSectionSyntax> Sections => new
SyntaxList
<SwitchSectionSyntax>(GetRed(ref this.sections, 6));
8579
public SyntaxList<SwitchLabelSyntax> Labels => new
SyntaxList
<SwitchLabelSyntax>(GetRed(ref this.labels, 0));
8584
public SyntaxList<StatementSyntax> Statements => new
SyntaxList
<StatementSyntax>(GetRed(ref this.statements, 1));
8967
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8973
public SyntaxList<CatchClauseSyntax> Catches => new
SyntaxList
<CatchClauseSyntax>(GetRed(ref this.catches, 3));
9259
public SyntaxList<ExternAliasDirectiveSyntax> Externs => new
SyntaxList
<ExternAliasDirectiveSyntax>(GetRed(ref this.externs, 0));
9261
public SyntaxList<UsingDirectiveSyntax> Usings => new
SyntaxList
<UsingDirectiveSyntax>(GetRed(ref this.usings, 1));
9264
public SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 2));
9266
public SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 3));
9550
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
9567
public override SyntaxList<ExternAliasDirectiveSyntax> Externs => new
SyntaxList
<ExternAliasDirectiveSyntax>(GetRed(ref this.externs, 5));
9569
public override SyntaxList<UsingDirectiveSyntax> Usings => new
SyntaxList
<UsingDirectiveSyntax>(GetRed(ref this.usings, 6));
9571
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 7));
9671
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
9688
public override SyntaxList<ExternAliasDirectiveSyntax> Externs => new
SyntaxList
<ExternAliasDirectiveSyntax>(GetRed(ref this.externs, 5));
9690
public override SyntaxList<UsingDirectiveSyntax> Usings => new
SyntaxList
<UsingDirectiveSyntax>(GetRed(ref this.usings, 6));
9692
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 7));
10181
public SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10338
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10360
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
10371
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 9));
10504
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10526
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
10537
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 9));
10670
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10692
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
10703
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 9));
10836
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10866
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 8));
10877
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 10));
11008
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
11147
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
11173
public SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
11256
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
11336
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
11353
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 5));
11364
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 7));
12041
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12120
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12294
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12318
public SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
12442
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12588
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12733
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12907
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13063
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13223
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13335
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13452
public SyntaxList<AccessorDeclarationSyntax> Accessors => new
SyntaxList
<AccessorDeclarationSyntax>(GetRed(ref this.accessors, 1));
13505
public SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13776
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13868
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13942
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
14061
public SyntaxList<XmlNodeSyntax> Content => new
SyntaxList
<XmlNodeSyntax>(GetRed(ref this.content, 0));
14803
public SyntaxList<XmlNodeSyntax> Content => new
SyntaxList
<XmlNodeSyntax>(GetRed(ref this.content, 1));
14868
public SyntaxList<XmlAttributeSyntax> Attributes => new
SyntaxList
<XmlAttributeSyntax>(GetRed(ref this.attributes, 2));
14976
public SyntaxList<XmlAttributeSyntax> Attributes => new
SyntaxList
<XmlAttributeSyntax>(GetRed(ref this.attributes, 2));