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