1 write to ctorInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
806
this.
ctorInfo
= ctorInfo;
14 references to ctorInfo
System.Workflow.ComponentModel (14)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (14)
810
return this.
ctorInfo
.Invoke(invokeAttr, binder, parameters, culture);
814
get { return this.
ctorInfo
.Attributes; }
818
return this.
ctorInfo
.GetMethodImplementationFlags();
825
foreach (ParameterInfo parameter in this.
ctorInfo
.GetParameters())
826
parameters.Add(new RTParameterInfoWrapper(this.rtTypeWrapper, this.
ctorInfo
, parameter));
833
return this.
ctorInfo
.Invoke(obj, invokeAttr, binder, parameters, culture);
837
get { return this.
ctorInfo
.MethodHandle; }
841
get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
ctorInfo
.DeclaringType); }
845
return this.
ctorInfo
.GetCustomAttributes(attributeType, inherit);
849
return this.
ctorInfo
.GetCustomAttributes(inherit);
853
return this.
ctorInfo
.IsDefined(attributeType, inherit);
857
get { return this.
ctorInfo
.MemberType; }
861
get { return this.
ctorInfo
.Name; }
865
get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.
ctorInfo
.ReflectedType); }