5 references to Get
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
1314cv = ConstVal.Get((uint)valueInt); 1476cv = ConstVal.Get((uint)Convert.ToByte(decTrunc)); 1482cv = ConstVal.Get((uint)Convert.ToUInt16(decTrunc)); 1488cv = ConstVal.Get(Convert.ToUInt32(decTrunc));
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1595cv = ConstVal.Get((uint)defValue);