17 references to FT_U4
Microsoft.CSharp (17)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (5)
499case FUNDTYPE.FT_U4: 1260case FUNDTYPE.FT_U4: 1312if (ftDest == FUNDTYPE.FT_U4) 1433case FUNDTYPE.FT_U4: 1487case FUNDTYPE.FT_U4:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1501case FUNDTYPE.FT_U4: 1550case FUNDTYPE.FT_U4: 1588case 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)
1192FUNDTYPE.FT_U4 => PredefinedType.PT_UINT, 1704case FUNDTYPE.FT_U4: 2067FUNDTYPE.FT_U4 => PredefinedType.PT_UINT, 2109FUNDTYPE.FT_U4 => PredefinedType.PT_UINT, 2146FUNDTYPE.FT_U4 => PredefinedType.PT_UINT, 2307if (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)
141new PredefinedTypeInfo(PredefinedType.PT_UINT, typeof(uint), "System.UInt32", FUNDTYPE.FT_U4),