Home
last modified time | relevance | path

Searched defs:NegateInt32 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DNegateInstruction.cs37 private sealed class NegateInt32 : NegateInstruction class in System.Linq.Expressions.Interpreter.NegateInstruction
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/Dynamic/
H A DUnaryOperationTests.cs252 public void NegateInt32(int x) in NegateInt32() method in System.Dynamic.Tests.UnaryOperationTests