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