1 write to _context
Aspire.Hosting.RemoteHost (1)
AtsContextFactory.cs (1)
19_context = new Lazy<AtsContext>(() => Create(assemblyLoader.GetAssemblies(), logger));
1 reference to _context
Aspire.Hosting.RemoteHost (1)
AtsContextFactory.cs (1)
26public AtsContext GetContext() => _context.Value;