5 references to Get
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
1314
cv = ConstVal.
Get
((uint)valueInt);
1476
cv = ConstVal.
Get
((uint)Convert.ToByte(decTrunc));
1482
cv = ConstVal.
Get
((uint)Convert.ToUInt16(decTrunc));
1488
cv = ConstVal.
Get
(Convert.ToUInt32(decTrunc));
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1595
cv = ConstVal.
Get
((uint)defValue);