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