5 references to IsValueType
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
697
aggDest.
IsValueType
() && aggSrc.getThisType().FundamentalType == FUNDTYPE.FT_REF
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
994
|| !fat1.OwningAggregate.
IsValueType
()
996
|| !fat2.OwningAggregate.
IsValueType
())
1019
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
();