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));
6169
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6257
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6261
public SyntaxList<StatementSyntax> Statements => new
SyntaxList
<StatementSyntax>(GetRed(ref this.statements, 2));
6328
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6348
public SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 6));
6455
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6859
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6920
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
6968
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7040
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7126
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7175
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7225
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7290
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7356
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7425
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7499
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7582
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7734
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7838
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
7944
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8033
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8108
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8172
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8237
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8315
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8459
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8503
public SyntaxList<SwitchSectionSyntax> Sections => new
SyntaxList
<SwitchSectionSyntax>(GetRed(ref this.sections, 6));
8578
public SyntaxList<SwitchLabelSyntax> Labels => new
SyntaxList
<SwitchLabelSyntax>(GetRed(ref this.labels, 0));
8583
public SyntaxList<StatementSyntax> Statements => new
SyntaxList
<StatementSyntax>(GetRed(ref this.statements, 1));
8966
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
8972
public SyntaxList<CatchClauseSyntax> Catches => new
SyntaxList
<CatchClauseSyntax>(GetRed(ref this.catches, 3));
9258
public SyntaxList<ExternAliasDirectiveSyntax> Externs => new
SyntaxList
<ExternAliasDirectiveSyntax>(GetRed(ref this.externs, 0));
9260
public SyntaxList<UsingDirectiveSyntax> Usings => new
SyntaxList
<UsingDirectiveSyntax>(GetRed(ref this.usings, 1));
9263
public SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 2));
9265
public SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 3));
9549
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
9566
public override SyntaxList<ExternAliasDirectiveSyntax> Externs => new
SyntaxList
<ExternAliasDirectiveSyntax>(GetRed(ref this.externs, 5));
9568
public override SyntaxList<UsingDirectiveSyntax> Usings => new
SyntaxList
<UsingDirectiveSyntax>(GetRed(ref this.usings, 6));
9570
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 7));
9670
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
9687
public override SyntaxList<ExternAliasDirectiveSyntax> Externs => new
SyntaxList
<ExternAliasDirectiveSyntax>(GetRed(ref this.externs, 5));
9689
public override SyntaxList<UsingDirectiveSyntax> Usings => new
SyntaxList
<UsingDirectiveSyntax>(GetRed(ref this.usings, 6));
9691
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 7));
10180
public SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10337
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10359
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
10370
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 9));
10503
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10525
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
10536
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 9));
10669
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10691
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
10702
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 9));
10835
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
10865
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 8));
10876
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 10));
11007
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
11146
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
11172
public SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
11255
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
11335
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
11352
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 5));
11363
public override SyntaxList<MemberDeclarationSyntax> Members => new
SyntaxList
<MemberDeclarationSyntax>(GetRed(ref this.members, 7));
12040
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12119
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12293
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12317
public SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new
SyntaxList
<TypeParameterConstraintClauseSyntax>(GetRed(ref this.constraintClauses, 7));
12441
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12587
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12732
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
12906
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13062
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13222
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13334
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13451
public SyntaxList<AccessorDeclarationSyntax> Accessors => new
SyntaxList
<AccessorDeclarationSyntax>(GetRed(ref this.accessors, 1));
13504
public SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13772
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13864
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
13938
public override SyntaxList<AttributeListSyntax> AttributeLists => new
SyntaxList
<AttributeListSyntax>(GetRed(ref this.attributeLists, 0));
14057
public SyntaxList<XmlNodeSyntax> Content => new
SyntaxList
<XmlNodeSyntax>(GetRed(ref this.content, 0));
14799
public SyntaxList<XmlNodeSyntax> Content => new
SyntaxList
<XmlNodeSyntax>(GetRed(ref this.content, 1));
14864
public SyntaxList<XmlAttributeSyntax> Attributes => new
SyntaxList
<XmlAttributeSyntax>(GetRed(ref this.attributes, 2));
14972
public SyntaxList<XmlAttributeSyntax> Attributes => new
SyntaxList
<XmlAttributeSyntax>(GetRed(ref this.attributes, 2));