1 override of IsSimpleType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
235
public override bool
IsSimpleType
5 references to IsSimpleType
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
388
expr.Type.
IsSimpleType
&& dest.
IsSimpleType
)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
608
if (!_typeSrc.
IsSimpleType
|| !aggTypeDest.IsSimpleType)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
560
else if (aggSrc.getThisType().IsSimpleType && _typeDest.
IsSimpleType
)
675
Debug.Assert(_typeDest.
IsSimpleType
);