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