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