12 references to FT_I1
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
489case FUNDTYPE.FT_I1: 1188case FUNDTYPE.FT_I1: 1392case FUNDTYPE.FT_I1: 1438case FUNDTYPE.FT_I1:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1445case FUNDTYPE.FT_I1: 1498case FUNDTYPE.FT_I1: 1538case FUNDTYPE.FT_I1:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1660case 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)
136new PredefinedTypeInfo(PredefinedType.PT_BOOL, typeof(bool), "System.Boolean", FUNDTYPE.FT_I1), 137new PredefinedTypeInfo(PredefinedType.PT_SBYTE, typeof(sbyte), "System.SByte", FUNDTYPE.FT_I1),