bool DependenciesRegistered { get; set; }
Source
Gets or sets whether startup dependency registration has already run for this context.
Remarks
Defaults to false. AppSurfaceStartup{TRootModule} sets this to true after framework and root-module dependencies are registered so repeated startup-time calls are no-ops for the same StartupContext. This state is intended for single-threaded startup composition and is not safe for concurrent writes.