12 references to IsUnboundGenericType
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NameOfTests.cs (2)
3061
Assert.False(nameofType.
IsUnboundGenericType
());
3064
Assert.True(typeofType.
IsUnboundGenericType
());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (10)
4010
Assert.False(boundType.
IsUnboundGenericType
());
4016
Assert.False(boundType.
IsUnboundGenericType
());
4022
Assert.True(boundType.
IsUnboundGenericType
());
4028
Assert.False(boundType.
IsUnboundGenericType
());
4034
Assert.False(boundType.
IsUnboundGenericType
());
4040
Assert.True(boundType.
IsUnboundGenericType
());
4046
Assert.True(boundType.
IsUnboundGenericType
());
4051
Assert.False(boundType.
IsUnboundGenericType
());
4057
Assert.False(boundType.
IsUnboundGenericType
());
4063
Assert.False(boundType.
IsUnboundGenericType
());