4 implementations of IsValueType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\ArrayTypeSymbol.cs (1)
231
public override bool
IsValueType
Symbols\NamedTypeSymbol.cs (1)
518
public override bool
IsValueType
Symbols\TypeParameterSymbol.cs (1)
582
public sealed override bool
IsValueType
Symbols\TypeSymbol.cs (1)
2515
bool ITypeSymbolInternal.
IsValueType
=> this.IsValueType;
4 references to IsValueType
Microsoft.CodeAnalysis (4)
Symbols\ITypeSymbolInternal.cs (4)
26
/// <see cref="IsReferenceType"/> and <see cref="
IsValueType
"/> both return true. However, for an unconstrained type
27
/// parameter, <see cref="IsReferenceType"/> and <see cref="
IsValueType
"/> will both return false.
33
/// <see cref="IsReferenceType"/> and <see cref="
IsValueType
"/> both return true. However, for an unconstrained type
34
/// parameter, <see cref="IsReferenceType"/> and <see cref="
IsValueType
"/> will both return false.