3 references to Get
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1164
ConstVal cv = ConstVal.
Get
(constSrc.UInt64Value);
1460
cv = ConstVal.
Get
(Convert.ToUInt64(decTrunc));
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1571
cv = ConstVal.
Get
((ulong)defValue);