5 writes to constructors
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (5)
144
this.
constructors
= null;
378
return GetMembersHelper<ConstructorInfo>(bindingAttr, ref this.
constructors
, false);
424
members.AddRange(GetMembersHelper<ConstructorInfo>(bindingAttr, new MemberSignature(name, null, null), ref this.
constructors
));
964
return GetMemberHelper<ConstructorInfo>(bindingAttr, new MemberSignature(null, types, null), ref this.
constructors
);
1049
this.
constructors
= GetCodeDomConstructors().ToArray();
1 reference to constructors
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1048
else if ((type == typeof(ConstructorInfo)) && (this.
constructors
== null))