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