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