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