3 instantiations of Not
System.Activities (2)
System\Activities\Expressions\ExpressionServices.cs (1)
991result = new Not<TOperand, TResult> { Operand = operand };
System\Activities\Statements\TransactionScope.cs (1)
285Assertion = new InArgument<bool>(new Not<bool, bool> { Operand = new VariableValue<bool> { Variable = nestedCompensableActivity } }),
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\TransactedReceiveScope.cs (1)
179Expression = new Not<bool, bool>