7 writes to methods
System.WorkflowServices (7)
System\Workflow\Activities\ContractType.cs (7)
70this.methods = new MethodInfo[0]; 201ref contract.methods) == null) 326members.AddRange(GetMembersHelper<MethodInfo>(bindingAttr, new MemberSignature(name, null, null), ref this.methods)); 377return GetMembersHelper<MethodInfo>(bindingAttr, ref this.methods, true); 448ref this.methods) != null) 460this.methods = new MethodInfo[localMethods.Count]; 477return GetMemberHelper<MethodInfo>(bindingAttr, new MemberSignature(name, types, null), ref this.methods);
6 references to methods
System.WorkflowServices (6)
System\Workflow\Activities\ContractType.cs (6)
192this.methods.Length != contract.methods.Length) 197foreach (MethodInfo methodInfo in this.methods) 455if (this.methods != null) 457localMethods.AddRange(this.methods); 461localMethods.CopyTo(this.methods);