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