Thread-safety analysis is disabled here: LoadEntities runs single-threaded during server init (before the worker pool processes any entity), so it reads the registry maps without _registryLock and iterates them while calling back into the engine (CallInit / ProcessVisible*), which itself re-locks the registry - holding the lock across that would self-deadlock. See Engine/Docs/ThreadSafetyAnalysis.
source not stored for this graph (policy: none)
no test coverage detected