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