2 references to PropertyMethodInfo
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (2)
73this.getMethod = new PropertyMethodInfo(true, accessor, this); 86this.setMethod = new PropertyMethodInfo(false, accessor, this);