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