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