Base:
property
IsSimpleType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsSimpleType
3 references to IsSimpleType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
606
if (!_typeSrc.IsSimpleType || !aggTypeDest.
IsSimpleType
)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
558
else if (aggSrc.getThisType().
IsSimpleType
&& _typeDest.IsSimpleType)
671
Debug.Assert(aggSrc.getThisType().
IsSimpleType
);