Can you make ReferenceCount property as public readonly int?

Can you please make property RefereneCount in AsyncOpHandle and AsyncOpHandle as public readonly int? Now it is internal.

In my case I built system which store all AOH and granted that ref count always be 1 (if trying to register handle 2nd or more times it auto released). And I need get this prop via reflection :c

Wouldnt this be an anti-pattern or inviting anti patterns?