Base:
property
IsSimpleType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsSimpleType
3 references to IsSimpleType
Microsoft.CSharp (3)
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) 671Debug.Assert(aggSrc.getThisType().IsSimpleType);