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