13 references to Get
Microsoft.CSharp (13)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
1287cv = ConstVal.Get((int)valueInt); 1439cv = ConstVal.Get(Convert.ToSByte(decTrunc)); 1445cv = ConstVal.Get(Convert.ToInt16(decTrunc)); 1451cv = ConstVal.Get(Convert.ToInt32(decTrunc));
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
143CreateConstant(TypeManager.GetPredefAgg(PredefinedType.PT_INT).getThisType(), ConstVal.Get(x));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
1665cv = ConstVal.Get(1); 1670cv = ConstVal.Get(1);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (6)
1516cv = ConstVal.Get((byte)defValue); 1521cv = ConstVal.Get((short)defValue); 1526cv = ConstVal.Get((int)defValue); 1546cv = ConstVal.Get((char)defValue); 1556cv = ConstVal.Get((sbyte)defValue); 1561cv = ConstVal.Get((ushort)defValue);