8 instantiations of TypeDescriptor
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (8)
ExpressionTrees\CodeGenExprLambda.vb (8)
1373
Dim type1 As New
TypeDescriptor
With {.IsStructure = True}
1374
Dim type2 As New
TypeDescriptor
With {.IsStructure = True}
1391
New
TypeDescriptor
With {.IsStructure = False},
1392
New
TypeDescriptor
With {.IsStructure = True},
1400
New
TypeDescriptor
With {.IsStructure = True},
1401
New
TypeDescriptor
With {.IsStructure = False},
1409
New
TypeDescriptor
With {.IsStructure = False},
1410
New
TypeDescriptor
With {.IsStructure = False},
7 references to TypeDescriptor
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (7)
ExpressionTrees\CodeGenExprLambda.vb (7)
1334
Public Function WithOperators(ParamArray ops() As OperatorDescriptor) As
TypeDescriptor
1416
type1 As
TypeDescriptor
, type2 As
TypeDescriptor
,
1432
type1 As
TypeDescriptor
, type2 As
TypeDescriptor
,
1439
Private Sub TestConversion_UserDefinedTypes_TypeType(type1 As
TypeDescriptor
, type2 As
TypeDescriptor
, isNarrowing As Boolean, list As List(Of ExpressionTreeTest))