2 writes to setMethod
System.Activities (2)
System\Activities\Expressions\IndexerReference.cs (2)
140this.setMethod = setMethod; 218set { this.setMethod = value; }
3 references to setMethod
System.Activities (3)
System\Activities\Expressions\IndexerReference.cs (3)
163Fx.Assert(this.setMethod != null, "setMethod must not be null"); 181this.setMethod.Invoke(operand, parameters); 217get { return this.setMethod; }