5 references to Get
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
1283cv = ConstVal.Get((uint)valueInt); 1442cv = ConstVal.Get((uint)Convert.ToByte(decTrunc)); 1448cv = ConstVal.Get((uint)Convert.ToUInt16(decTrunc)); 1454cv = ConstVal.Get(Convert.ToUInt32(decTrunc));
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1566cv = ConstVal.Get((uint)defValue);