4 references to Get
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1295
cv = ConstVal.
Get
(valueFlt);
1466
cv = ConstVal.
Get
(Convert.ToDouble(src.Val.DecimalVal));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1680
cv = ConstVal.
Get
(1.0);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1541
cv = ConstVal.
Get
((double)defValue);