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