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