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