2 references to IsBoundGenericType
Microsoft.DotNet.GenAPI (2)
INamedTypeSymbolExtensions.cs (2)
108
return !ty.
IsBoundGenericType
() && symbolFilter.Include(ty);
155
if (arg is INamedTypeSymbol nt && !nt.
IsBoundGenericType
())