3 references to ParseTypeParameters
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentGenericTypePass.cs (2)
283typeParameters = ParseTypeParameters(globallyQualifiedTypeName ?? boundAttribute.TypeName); 358var typeParameters = ParseTypeParameters(attribute.TypeName);
Microsoft.CodeAnalysis.Razor.UnitTests (1)
ComponentGenericTypePassParsingTest.cs (1)
39var parsed = feature.ParseTypeParameters(input);