3 references to GetContext
Aspire.Hosting.RemoteHost (3)
CodeGeneration\CodeGenerationService.cs (2)
41var context = _atsContextFactory.GetContext(); 162var files = generator.GenerateDistributedApplication(_atsContextFactory.GetContext());
RemoteHostServer.cs (1)
46services.AddSingleton(sp => sp.GetRequiredService<AtsContextFactory>().GetContext());