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