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