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