2 references to ParseTypeParameters
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentGenericTypePass.cs (2)
283
typeParameters =
ParseTypeParameters
(globallyQualifiedTypeName ?? boundAttribute.TypeName);
358
var typeParameters =
ParseTypeParameters
(attribute.TypeName);