3 writes to constructors
System.WorkflowServices (3)
System\Workflow\Activities\ContractType.cs (3)
218return GetMembersHelper<ConstructorInfo>(bindingAttr, ref this.constructors, false); 332members.AddRange(GetMembersHelper<ConstructorInfo>(bindingAttr, new MemberSignature(name, null, null), ref this.constructors)); 472return GetMemberHelper<ConstructorInfo>(bindingAttr, new MemberSignature(null, types, null), ref this.constructors);