8 instantiations of TypeDescriptor
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (8)
ExpressionTrees\CodeGenExprLambda.vb (8)
1312Dim type1 As New TypeDescriptor With {.IsStructure = True} 1313Dim type2 As New TypeDescriptor With {.IsStructure = True} 1330New TypeDescriptor With {.IsStructure = False}, 1331New TypeDescriptor With {.IsStructure = True}, 1339New TypeDescriptor With {.IsStructure = True}, 1340New TypeDescriptor With {.IsStructure = False}, 1348New TypeDescriptor With {.IsStructure = False}, 1349New TypeDescriptor With {.IsStructure = False},
7 references to TypeDescriptor
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (7)
ExpressionTrees\CodeGenExprLambda.vb (7)
1273Public Function WithOperators(ParamArray ops() As OperatorDescriptor) As TypeDescriptor 1355type1 As TypeDescriptor, type2 As TypeDescriptor, 1371type1 As TypeDescriptor, type2 As TypeDescriptor, 1378Private Sub TestConversion_UserDefinedTypes_TypeType(type1 As TypeDescriptor, type2 As TypeDescriptor, isNarrowing As Boolean, list As List(Of ExpressionTreeTest))