5 writes to methods
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (5)
148this.methods = null; 403return GetMembersHelper<MethodInfo>(bindingAttr, ref this.methods, true); 420members.AddRange(GetMembersHelper<MethodInfo>(bindingAttr, new MemberSignature(name, null, null), ref this.methods)); 969return GetMemberHelper<MethodInfo>(bindingAttr, new MemberSignature(name, types, null), ref this.methods); 1081this.methods = methodCollection.ToArray();
1 reference to methods
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1052else if ((type == typeof(MethodInfo)) && (this.methods == null))