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)
378expr.Type.IsSimpleType && dest.IsSimpleType)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
606if (!_typeSrc.IsSimpleType || !aggTypeDest.IsSimpleType)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
558else if (aggSrc.getThisType().IsSimpleType && _typeDest.IsSimpleType) 672Debug.Assert(_typeDest.IsSimpleType);