1 write to Constraints
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\TypeParameterMetadata.cs (1)
40Constraints = Constraints,
2 references to Constraints
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentGenericTypePass.cs (1)
425if (attribute.Metadata is TypeParameterMetadata { Constraints: string constraints })
Language\Components\TypeParameterMetadata.cs (1)
26builder.Append(Constraints);