2 writes to ownerLocation
System.Activities (2)
System\Activities\Expressions\ValueTypeFieldReference.cs (2)
86
this.
ownerLocation
= ownerLocation;
114
set { this.
ownerLocation
= value; }
4 references to ownerLocation
System.Activities (4)
System\Activities\Expressions\ValueTypeFieldReference.cs (4)
93
return (TResult)this.fieldInfo.GetValue(this.
ownerLocation
.Value);
97
object copy = this.
ownerLocation
.Value;
99
this.
ownerLocation
.Value = (TOperand)copy;
113
get { return this.
ownerLocation
; }