1 write to OperandLocation
System.Activities (1)
System\Activities\Expressions\ExpressionServices.cs (1)
300
OperandLocation
= new InOutArgument<TOperand>(operandReference) { EvaluationOrder = 0 },
2 references to OperandLocation
System.Activities (2)
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
84
metadata.Bind(this.
OperandLocation
, operandArgument);
106
Location<TOperand> operandLocationValue = this.
OperandLocation
.GetLocation(context);