2 writes to setMethod
System.Activities (2)
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
134this.setMethod = setMethod; 218set { this.setMethod = value; }
3 references to setMethod
System.Activities (3)
System\Activities\Expressions\ValueTypeIndexerReference.cs (3)
157Fx.Assert(this.setMethod != null, "setMethod must not be null"); 177this.setMethod.Invoke(copy, parameters); 217get { return this.setMethod; }