5 references to GetContext
Aspire.Hosting.RemoteHost (4)
CodeGeneration\CodeGenerationService.cs (3)
64var context = _atsContextFactory.GetContext(); 249var context = _atsContextFactory.GetContext(); 335var fullContext = _atsContextFactory.GetContext();
RemoteHostServer.cs (1)
83services.AddSingleton(sp => sp.GetRequiredService<AtsContextFactory>().GetContext());
Aspire.Hosting.RemoteHost.Tests (1)
JsonRpcAuthenticationTests.cs (1)
167services.AddSingleton(sp => sp.GetRequiredService<Aspire.Hosting.RemoteHost.AtsContextFactory>().GetContext());