Base:
method
GetSetMethod
System.Reflection.PropertyInfo.GetSetMethod(System.Boolean)
2 references to GetSetMethod
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (2)
62
if (Helper.IncludeAccessor(this.
GetSetMethod
(nonPublic), nonPublic))
112
methodInfo =
GetSetMethod
(true);