3 references to Get
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1164ConstVal cv = ConstVal.Get(constSrc.UInt64Value); 1460cv = ConstVal.Get(Convert.ToUInt64(decTrunc));
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1571cv = ConstVal.Get((ulong)defValue);