initializeCount property

int initializeCount
getter/setter pair

How many times ensureInitialized was awaited. A host that loads on every build rather than once will show up here.

Implementation

int initializeCount = 0;