5 references to Get
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1291
cv = ConstVal.
Get
(valueInt);
1457
cv = ConstVal.
Get
(Convert.ToInt64(decTrunc));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1675
cv = ConstVal.
Get
((long)1);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (2)
1485
ConstVal cv = ConstVal.
Get
(((DateTime)dateAttr.Value).Ticks);
1531
cv = ConstVal.
Get
((long)defValue);