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