Bug Fixes:
Meta.GetDocumentation(MemberInfo)
was throwing an exception on non-public code members. This bug was introduced by afddb2f. The internal methodGetXmlNameMethodBase
contained aGetMethods
call that did not pass inBindingFlags
(which the default is public-only). Just needed to add in theBindingFlags
.- fix: 5cc5977