Home
last modified time | relevance | path

Searched defs:NotBoolean (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 DNotInstruction.cs19 private sealed class NotBoolean : NotInstruction class in System.Linq.Expressions.Interpreter.NotInstruction
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/Dynamic/
H A DUnaryOperationTests.cs287 public void NotBoolean(bool x) in NotBoolean() method in System.Dynamic.Tests.UnaryOperationTests