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