2 references to Enum
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (2)
207
if (kind == PropertyKind.
Enum
)
687
var p when IsEnum(p) => PropertyKind.
Enum
,