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