Base:
7 references to IsValueType
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\ArrayTypeSymbol.vb (4)
172
''' that <see cref="IsReferenceType"/> and <see cref="
IsValueType
"/> both return true. However, for an unconstrained
173
''' type parameter, <see cref="IsReferenceType"/> and <see cref="
IsValueType
"/> will both return false.
184
''' that <see cref="IsReferenceType"/> and <see cref="
IsValueType
"/> both return true. However, for an unconstrained
185
''' type parameter, <see cref="IsReferenceType"/> and <see cref="
IsValueType
"/> will both return false.
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\Metadata\MetadataTypeTests.vb (1)
358
Assert.False(type3.
IsValueType
)
SymbolsTests\MockSymbolTests.vb (2)
27
Assert.False(ats1.
IsValueType
)
35
Assert.False(ats2.
IsValueType
)