17 references to FT_U4
Microsoft.CSharp (17)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (5)
484case FUNDTYPE.FT_U4: 1229case FUNDTYPE.FT_U4: 1281if (ftDest == FUNDTYPE.FT_U4) 1399case FUNDTYPE.FT_U4: 1453case FUNDTYPE.FT_U4:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1473case FUNDTYPE.FT_U4: 1522case FUNDTYPE.FT_U4: 1560case FUNDTYPE.FT_U4:
Microsoft\CSharp\RuntimeBinder\Semantics\FundamentalTypes.cs (1)
15FT_LASTNONLONG = FT_U4, // Last one that fits in a int.
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (6)
1167FUNDTYPE.FT_U4 => PredefinedType.PT_UINT, 1669case FUNDTYPE.FT_U4: 2018FUNDTYPE.FT_U4 => PredefinedType.PT_UINT, 2059FUNDTYPE.FT_U4 => PredefinedType.PT_UINT, 2095FUNDTYPE.FT_U4 => PredefinedType.PT_UINT, 2254if (ptOp == PredefinedType.PT_UINT && op.Type.FundamentalType == FUNDTYPE.FT_U4)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
36case FUNDTYPE.FT_U4:
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (1)
139new PredefinedTypeInfo(PredefinedType.PT_UINT, typeof(uint), "System.UInt32", FUNDTYPE.FT_U4),