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)
26
public AtsContext GetContext() =>
_context
.Value;