3 writes to Operand
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)
181
Operand
= new VariableValue<bool>
2 references to Operand
System.Activities (2)
System\Activities\Expressions\Not.cs (2)
33
UnaryExpressionHelper.OnGetArguments(metadata, this.
Operand
);
47
TOperand operandValue = this.
Operand
.Get(context);