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