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