2 writes to constraintClauses
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
11172
public SyntaxList<TypeParameterConstraintClauseSyntax> ConstraintClauses => new SyntaxList<TypeParameterConstraintClauseSyntax>(GetRed(ref this.
constraintClauses
, 7));
11184
7 => GetRed(ref this.
constraintClauses
, 7)!,
1 reference to constraintClauses
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
11195
7 => this.
constraintClauses
,