Base:
8 references to IsReferenceType
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 (4)
SymbolsTests\Metadata\MetadataTypeTests.vb (2)
355Assert.True(type2.IsReferenceType) 357Assert.True(type3.IsReferenceType)
SymbolsTests\MockSymbolTests.vb (2)
26Assert.True(ats1.IsReferenceType) 34Assert.True(ats2.IsReferenceType)