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