4 references to HasTypeParameter
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (4)
225
if (
HasTypeParameter
(property.Type))
265
if (
HasTypeParameter
(typeArgument))
274
if (namedType.ContainingType != null &&
HasTypeParameter
(namedType.ContainingType))
281
else if (type is IArrayTypeSymbol array &&
HasTypeParameter
(array.ElementType))