12 references to OnesComplement
System.Core (12)
Microsoft\Scripting\Actions\UnaryOperationBinder.cs (1)
113
case ExpressionType.
OnesComplement
:
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
733
case ExpressionType.
OnesComplement
:
876
case ExpressionType.
OnesComplement
:
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
654
case ExpressionType.
OnesComplement
:
Microsoft\Scripting\Ast\UnaryExpression.cs (4)
329
case ExpressionType.
OnesComplement
:
648
return new UnaryExpression(ExpressionType.
OnesComplement
, expression, expression.Type, null);
650
return GetUserDefinedUnaryOperatorOrThrow(ExpressionType.
OnesComplement
, "op_OnesComplement", expression);
652
return GetMethodBasedUnaryOperator(ExpressionType.
OnesComplement
, expression, method);
Microsoft\Scripting\Compiler\LambdaCompiler.Generated.cs (1)
244
case ExpressionType.
OnesComplement
:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (2)
143
case ExpressionType.
OnesComplement
:
199
case ExpressionType.
OnesComplement
:
Microsoft\Scripting\Compiler\StackSpiller.Generated.cs (1)
230
case ExpressionType.
OnesComplement
: