4 references to GenericTypeConstraint
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
DirectiveDescriptorBuilderExtensionsTest.cs (1)
160
Assert.Equal(DirectiveTokenKind.
GenericTypeConstraint
, token.Kind);
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DirectiveDescriptorBuilderExtensions.cs (1)
263
DirectiveTokenKind.
GenericTypeConstraint
,
Language\Legacy\CSharpCodeParser.cs (2)
1596
tokenDescriptor.Kind == DirectiveTokenKind.
GenericTypeConstraint
||
1727
case DirectiveTokenKind.
GenericTypeConstraint
: