Base:
property
FundamentalType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.FundamentalType
5 references to FundamentalType
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
695aggDest.IsValueType() && aggSrc.getThisType().FundamentalType == FUNDTYPE.FT_REF 724if (!(_typeSrc is PointerType) || aggTypeDest.FundamentalType > FUNDTYPE.FT_LASTINTEGRAL || !aggTypeDest.IsNumericType)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2016PredefinedType ptOp = typeEnum.FundamentalType switch 2057PredefinedType ptOp = typeEnum.FundamentalType switch
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
373switch (FundamentalType)