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