2 writes to constraintClauses
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
10866
public override SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new SyntaxList<TypeParameterConstraintClauseSyntax>(GetRed(ref this.
constraintClauses
, 8));
10904
8 => GetRed(ref this.
constraintClauses
, 8)!,
1 reference to constraintClauses
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
10916
8 => this.
constraintClauses
,