2 writes to ownerLocation
System.Activities (2)
System\Activities\Expressions\ValueTypePropertyReference.cs (2)
122
this.
ownerLocation
= ownerLocation;
169
set { this.
ownerLocation
= value; }
5 references to ownerLocation
System.Activities (5)
System\Activities\Expressions\ValueTypePropertyReference.cs (5)
138
return (TResult)this.getFunc(this.
ownerLocation
.Value, new object[0]);
145
return (TResult)this.propertyInfo.GetValue(this.
ownerLocation
.Value, null);
149
object copy = this.
ownerLocation
.Value;
160
this.
ownerLocation
.Value = (TOperand)copy;
168
get { return this.
ownerLocation
; }