1 write to setMethod
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
86this.setMethod = new PropertyMethodInfo(false, accessor, this);
5 references to setMethod
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (5)
63accessorList.Add(this.setMethod); 83if (this.CanWrite && this.setMethod == null) 90if (nonPublic || ((this.setMethod != null) && ((this.setMethod.Attributes & MethodAttributes.Public) == MethodAttributes.Public))) 91return this.setMethod;