1 write to getMethod
System.Activities (1)
System\Activities\Expressions\ValueTypePropertyReference.cs (1)
73this.getMethod = this.propertyInfo.GetGetMethod();
3 references to getMethod
System.Activities (3)
System\Activities\Expressions\ValueTypePropertyReference.cs (3)
44MethodInfo oldGetMethod = this.getMethod; 88if (MethodCallExpressionHelper.NeedRetrieve(this.getMethod, oldGetMethod, this.getFunc)) 90this.getFunc = MethodCallExpressionHelper.GetFunc(metadata, this.getMethod, funcCache, locker);