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