3 references to IsUnboundGenericName
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
1219
bool isUnboundTypeExpr = node.
IsUnboundGenericName
;
Binder\OpenTypeVisitor.cs (1)
43
if (node.
IsUnboundGenericName
)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Simplifiers\NameSimplifier.cs (1)
606
return genericName.
IsUnboundGenericName
;