3 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);
Microsoft.CodeAnalysis.Razor.UnitTests (1)
ComponentGenericTypePassParsingTest.cs (1)
39
var parsed = feature.
ParseTypeParameters
(input);