4 references to Get
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1326
cv = ConstVal.
Get
(valueFlt);
1500
cv = ConstVal.
Get
(Convert.ToDouble(src.Val.DecimalVal));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1715
cv = ConstVal.
Get
(1.0);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1570
cv = ConstVal.
Get
((double)defValue);