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