3 writes to constraints
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19498
this.
constraints
= constraints;
19512
this.
constraints
= constraints;
19525
this.
constraints
= constraints;
4 references to constraints
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19531
public CoreSyntax.SeparatedSyntaxList<AllowsConstraintSyntax> Constraints => new CoreSyntax.SeparatedSyntaxList<AllowsConstraintSyntax>(new CoreSyntax.SyntaxList<CSharpSyntaxNode>(this.
constraints
));
19537
1 => this.
constraints
,
19564
=> new AllowsConstraintClauseSyntax(this.Kind, this.allowsKeyword, this.
constraints
, diagnostics, GetAnnotations());
19567
=> new AllowsConstraintClauseSyntax(this.Kind, this.allowsKeyword, this.
constraints
, GetDiagnostics(), annotations);