5 references to IsReferenceType
Microsoft.CodeAnalysis (5)
MetadataReader\MetadataDecoder.cs (1)
1022
value = (type.
IsReferenceType
|| type.TypeKind == TypeKind.Pointer || type.TypeKind == TypeKind.FunctionPointer) ? ConstantValue.Null : ConstantValue.Bad;
Symbols\ITypeSymbolInternal.cs (4)
24
/// <see cref="
IsReferenceType
"/> and <see cref="IsValueType"/> both return true. However, for an unconstrained type
25
/// parameter, <see cref="
IsReferenceType
"/> and <see cref="IsValueType"/> will both return false.
31
/// <see cref="
IsReferenceType
"/> and <see cref="IsValueType"/> both return true. However, for an unconstrained type
32
/// parameter, <see cref="
IsReferenceType
"/> and <see cref="IsValueType"/> will both return false.