2 references to UnboxConstant
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
625ConstantValue? constantLeft = loweredLeft.ConstantValueOpt ?? UnboxConstant(loweredLeft);
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
89var constant = UnboxConstant(loweredOperand);