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