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