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