1 write to function
System.Activities (1)
System\Activities\Expressions\New.cs (1)
93
this.
function
= MethodCallExpressionHelper.GetFunc<TResult>(metadata, constructorInfo, funcCache, locker);
2 references to function
System.Activities (2)
System\Activities\Expressions\New.cs (2)
91
else if ((this.constructorInfo != oldConstructorInfo) || (this.
function
== null))
105
TResult result = this.
function
(objects);