1 implementation of IsGenericType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NamedTypeSymbol.cs (1)
1247
public bool
IsGenericType
1 reference to IsGenericType
Microsoft.CodeAnalysis (1)
Symbols\INamedTypeSymbolInternal.cs (1)
72
bool hasGenerics = type.
IsGenericType
;