referenceCount method

int? referenceCount(
  1. TIdentifier id
)

Implementation

int? referenceCount(TIdentifier id) {
  return _count[id];
}