1 write to getMethod
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
73
this.
getMethod
= new PropertyMethodInfo(true, accessor, this);
5 references to getMethod
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (5)
60
accessorList.Add(this.
getMethod
);
70
if (this.CanRead && this.
getMethod
== null)
76
if (nonPublic || ((this.
getMethod
!= null) && ((this.
getMethod
.Attributes & MethodAttributes.Public) == MethodAttributes.Public)))
77
return this.
getMethod
;