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