8 writes to IsStructure
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},
3 references to IsStructure
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (3)
ExpressionTrees\CodeGenExprLambda.vb (3)
1342
Return If(
IsStructure
, "Structure", "Class")
1448
For Each typeFromInstance In If(type1.
IsStructure
, {typeFrom, typeFrom & "?"}, {typeFrom})
1449
For Each typeToInstance In If(type2.
IsStructure
, {typeTo, typeTo & "?"}, {typeTo})