5 references to IsValueType
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
695
aggDest.
IsValueType
() && aggSrc.getThisType().FundamentalType == FUNDTYPE.FT_REF
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
993
|| !fat1.OwningAggregate.
IsValueType
()
995
|| !fat2.OwningAggregate.
IsValueType
())
1018
pType is NullableType && pType.StripNubs() is AggregateType agg && agg.OwningAggregate.
IsValueType
();
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
212
public override bool IsValueType => OwningAggregate.
IsValueType
();