13 references to Get
Microsoft.CSharp (13)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
1318cv = ConstVal.Get((int)valueInt); 1473cv = ConstVal.Get(Convert.ToSByte(decTrunc)); 1479cv = ConstVal.Get(Convert.ToInt16(decTrunc)); 1485cv = ConstVal.Get(Convert.ToInt32(decTrunc));
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
161CreateConstant(TypeManager.GetPredefAgg(PredefinedType.PT_INT).getThisType(), ConstVal.Get(x));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
1700cv = ConstVal.Get(1); 1705cv = ConstVal.Get(1);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (6)
1545cv = ConstVal.Get((byte)defValue); 1550cv = ConstVal.Get((short)defValue); 1555cv = ConstVal.Get((int)defValue); 1575cv = ConstVal.Get((char)defValue); 1585cv = ConstVal.Get((sbyte)defValue); 1590cv = ConstVal.Get((ushort)defValue);