12 references to FT_I1
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
504case FUNDTYPE.FT_I1: 1219case FUNDTYPE.FT_I1: 1426case FUNDTYPE.FT_I1: 1472case FUNDTYPE.FT_I1:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1473case FUNDTYPE.FT_I1: 1526case FUNDTYPE.FT_I1: 1566case FUNDTYPE.FT_I1:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1695case FUNDTYPE.FT_I1:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
41Type.FundamentalType == FUNDTYPE.FT_I1 || Type.FundamentalType == FUNDTYPE.FT_I2
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
403case FUNDTYPE.FT_I1:
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (2)
138new PredefinedTypeInfo(PredefinedType.PT_BOOL, typeof(bool), "System.Boolean", FUNDTYPE.FT_I1), 139new PredefinedTypeInfo(PredefinedType.PT_SBYTE, typeof(sbyte), "System.SByte", FUNDTYPE.FT_I1),