1 instantiation of JsonRpcAuthenticationState
Aspire.Hosting.RemoteHost.Tests (1)
ServiceErrorMessageTests.cs (1)
138=> new(new ConfigurationBuilder().Build());
12 references to JsonRpcAuthenticationState
Aspire.Hosting.RemoteHost (7)
CodeGeneration\CodeGenerationService.cs (2)
19private readonly JsonRpcAuthenticationState _authenticationState; 27JsonRpcAuthenticationState authenticationState,
Language\LanguageService.cs (2)
21private readonly JsonRpcAuthenticationState _authenticationState; 27JsonRpcAuthenticationState authenticationState,
RemoteAppHostService.cs (2)
15private readonly JsonRpcAuthenticationState _authenticationState; 26JsonRpcAuthenticationState authenticationState,
RemoteHostServer.cs (1)
90services.AddScoped<JsonRpcAuthenticationState>();
Aspire.Hosting.RemoteHost.Tests (5)
JsonRpcAuthenticationTests.cs (1)
173services.AddScoped<JsonRpcAuthenticationState>();
ServiceErrorMessageTests.cs (4)
93var auth = CreateAuthenticatedState(); 113var auth = CreateAuthenticatedState(); 131var auth = CreateAuthenticatedState(); 137private static JsonRpcAuthenticationState CreateAuthenticatedState()