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