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