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