1 write to constructorInfo
System.Activities (1)
System\Activities\Expressions\NewArray.cs (1)
86this.constructorInfo = typeof(TResult).GetConstructor(types);
2 references to constructorInfo
System.Activities (2)
System\Activities\Expressions\NewArray.cs (2)
87if (this.constructorInfo == null) 103TResult result = (TResult)this.constructorInfo.Invoke(objects);