11 references to ConstructorConstraint
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Constraints.cs (1)
192
case SyntaxKind.
ConstructorConstraint
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\TokenBasedFormattingRule.cs (1)
318
SyntaxKind.
ConstructorConstraint
or
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (8)
Parsing\AllowsConstraintParsing.cs (3)
1464
N(SyntaxKind.
ConstructorConstraint
);
1533
N(SyntaxKind.
ConstructorConstraint
);
1878
N(SyntaxKind.
ConstructorConstraint
);
Parsing\DeclarationParsingTests.cs (4)
1235
Assert.Equal(SyntaxKind.
ConstructorConstraint
, cs.ConstraintClauses[0].Constraints[0].Kind());
1373
Assert.Equal(SyntaxKind.
ConstructorConstraint
, cs.ConstraintClauses[0].Constraints[2].Kind());
1428
Assert.Equal(SyntaxKind.
ConstructorConstraint
, cs.ConstraintClauses[1].Constraints[0].Kind());
1578
Assert.Equal(SyntaxKind.
ConstructorConstraint
, cs.ConstraintClauses[0].Constraints[2].Kind());
Parsing\RecordParsing.cs (1)
1034
N(SyntaxKind.
ConstructorConstraint
);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\TokenBasedFormattingRule.cs (1)
318
SyntaxKind.
ConstructorConstraint
or