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