12 references to NeedRetrieve
System.Activities (12)
System\Activities\Expressions\IndexerReference.cs (2)
88if (MethodCallExpressionHelper.NeedRetrieve(this.getMethod, oldGetMethod, this.getFunc)) 92if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc))
System\Activities\Expressions\PropertyReference.cs (2)
89if (MethodCallExpressionHelper.NeedRetrieve(this.getMethod, oldGetMethod, this.getFunc)) 93if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc))
System\Activities\Expressions\ValueTypeIndexerReference.cs (2)
89if (MethodCallExpressionHelper.NeedRetrieve(this.getMethod, oldGetMethod, this.getFunc)) 93if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc))
System\Activities\Expressions\ValueTypePropertyReference.cs (2)
88if (MethodCallExpressionHelper.NeedRetrieve(this.getMethod, oldGetMethod, this.getFunc)) 92if (MethodCallExpressionHelper.NeedRetrieve(this.setMethod, oldSetMethod, this.setFunc))
System\Activities\Statements\MethodResolver.cs (4)
588return !MethodCallExpressionHelper.NeedRetrieve(newMethod, this.syncMethod, this.func); 647return !(MethodCallExpressionHelper.NeedRetrieve(newBeginMethod, this.beginMethod, this.beginFunc) 648|| MethodCallExpressionHelper.NeedRetrieve(newEndMethod, this.endMethod, this.endFunc)); 707return !MethodCallExpressionHelper.NeedRetrieve(newMethodInfo, this.asyncMethod, this.asyncFunc);