24 references to ConstructUnboundGenericType
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\NamedTypeSymbol.vb (1)
1185Return ConstructUnboundGenericType()
Symbols\WellKnownMembers.vb (1)
222If(stateMachineType.IsGenericType, stateMachineType.ConstructUnboundGenericType(), stateMachineType))
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (3)
Attributes\AttributeTests.vb (1)
1261attrs(0).VerifyValue(0, TypedConstantKind.Type, bClass.ConstructUnboundGenericType())
Attributes\AttributeTests_Synthesized.vb (2)
1581Assert.Equal(attributeStateMachineClass, stateMachine.ConstructUnboundGenericType()) 1728Assert.Equal(attributeStateMachineClass, stateMachine.ConstructUnboundGenericType())
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (19)
SymbolsTests\UnboundGenericType.vb (19)
85Assert.Throws(Of InvalidOperationException)(Sub() c1.ConstructUnboundGenericType()) 87Dim u_c2 = c2.ConstructUnboundGenericType() 93Dim u__c2 = c2.ConstructUnboundGenericType() 106Dim u_c3 = c3.ConstructUnboundGenericType() 111Dim u__c3 = c3.ConstructUnboundGenericType() 132Dim u_c4 = c4.ConstructUnboundGenericType() 137Dim u__c4 = c4.ConstructUnboundGenericType() 150Assert.Same(u_c4, u_c4.ConstructUnboundGenericType()) 152Dim u_c5 = c5.ConstructUnboundGenericType() 157Dim u__c5 = c5.ConstructUnboundGenericType() 183Assert.Same(u_c5, u_c5_cf.ConstructUnboundGenericType()) 194Dim u_c6 = c6.ConstructUnboundGenericType() 199Dim u__c6 = c6.ConstructUnboundGenericType() 217Assert.Same(u_c6, u_c6_cf.ConstructUnboundGenericType()) 219Dim u_c7 = c7.ConstructUnboundGenericType() 224Dim u__c7 = c7.ConstructUnboundGenericType() 242Assert.Same(u_c7, u_c7_cf.ConstructUnboundGenericType()) 270Dim u_c3 = c3.ConstructUnboundGenericType() 281Dim u_c3s = c3s.ConstructUnboundGenericType()