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