4 instantiations of RTParameterInfoWrapper
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (4)
826parameters.Add(new RTParameterInfoWrapper(this.rtTypeWrapper, this.ctorInfo, parameter)); 989parameters.Add(new RTParameterInfoWrapper(this.rtTypeWrapper, this.propertyInfo, parameter)); 1084get { return new RTParameterInfoWrapper(this.rtTypeWrapper, this, this.methodInfo.ReturnParameter); } 1115parameters.Add(new RTParameterInfoWrapper(this.rtTypeWrapper, this.methodInfo, parameter));