1 override of IsUnboundGenericType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedNamedTypeSymbol.cs (1)
71
public sealed override bool
IsUnboundGenericType
12 references to IsUnboundGenericType
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Expressions.cs (1)
6912
else if (coClassType.
IsUnboundGenericType
)
Binder\Binder_Symbols.cs (1)
1594
((NamedTypeSymbol)left).
IsUnboundGenericType
;
Emitter\Model\PEModuleBuilder.cs (1)
1002
if (namedTypeSymbol.
IsUnboundGenericType
)
Lowering\AsyncRewriter\AsyncMethodBuilderMemberCollection.cs (1)
350
if (builderType.
IsUnboundGenericType
&& builderType.ContainingType?.IsGenericType != true && builderType.Arity == 1)
Symbols\AbstractTypeMap.cs (1)
46
if (previous.
IsUnboundGenericType
)
Symbols\NamedTypeSymbol.cs (3)
866
if (this.
IsUnboundGenericType
!= other.
IsUnboundGenericType
)
1638
if (!
IsUnboundGenericType
&&
Symbols\PublicModel\NamedTypeSymbol.cs (1)
187
bool INamedTypeSymbol.IsUnboundGenericType => UnderlyingNamedTypeSymbol.
IsUnboundGenericType
;
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
500
if (type.
IsUnboundGenericType
)
Symbols\Symbol.cs (1)
1315
if (modifierType.
IsUnboundGenericType
)
Symbols\TypeSymbolExtensions.cs (1)
1183
return type is NamedTypeSymbol {
IsUnboundGenericType
: true };