2 instantiations of JsonRpcAuthenticationState
Aspire.Hosting.RemoteHost.Tests (2)
CodeGeneration\ApiReferenceExportTests.cs (1)
258=> new(authenticated
ServiceErrorMessageTests.cs (1)
138=> new(new ConfigurationBuilder().Build());
13 references to JsonRpcAuthenticationState
Aspire.Hosting.RemoteHost (7)
CodeGeneration\CodeGenerationService.cs (2)
22private readonly JsonRpcAuthenticationState _authenticationState; 30JsonRpcAuthenticationState 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 (6)
CodeGeneration\ApiReferenceExportTests.cs (1)
257private static JsonRpcAuthenticationState CreateAuthenticationState(bool authenticated)
JsonRpcAuthenticationTests.cs (1)
173services.AddScoped<JsonRpcAuthenticationState>();
ServiceErrorMessageTests.cs (4)
93var auth = CreateAuthenticatedState(); 113var auth = CreateAuthenticatedState(); 131var auth = CreateAuthenticatedState(); 137private static JsonRpcAuthenticationState CreateAuthenticatedState()