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)
378
expr.Type.
IsSimpleType
&& dest.
IsSimpleType
)
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
)
672
Debug.Assert(_typeDest.
IsSimpleType
);