1 write to constructorInfo
System.Activities (1)
System\Activities\Expressions\New.cs (1)
86constructorInfo = typeof(TResult).GetConstructor(types);
4 references to constructorInfo
System.Activities (4)
System\Activities\Expressions\New.cs (4)
60ConstructorInfo oldConstructorInfo = this.constructorInfo; 87if (constructorInfo == null && (!typeof(TResult).IsValueType || types.Length > 0)) 91else if ((this.constructorInfo != oldConstructorInfo) || (this.function == null)) 93this.function = MethodCallExpressionHelper.GetFunc<TResult>(metadata, constructorInfo, funcCache, locker);