5 references to Get
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1322
cv = ConstVal.
Get
(valueInt);
1491
cv = ConstVal.
Get
(Convert.ToInt64(decTrunc));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1710
cv = ConstVal.
Get
((long)1);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (2)
1514
ConstVal cv = ConstVal.
Get
(((DateTime)dateAttr.Value).Ticks);
1560
cv = ConstVal.
Get
((long)defValue);