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