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)
22
private readonly
JsonRpcAuthenticationState
_authenticationState;
30
JsonRpcAuthenticationState
authenticationState,
Language\LanguageService.cs (2)
21
private readonly
JsonRpcAuthenticationState
_authenticationState;
27
JsonRpcAuthenticationState
authenticationState,
RemoteAppHostService.cs (2)
15
private readonly
JsonRpcAuthenticationState
_authenticationState;
26
JsonRpcAuthenticationState
authenticationState,
RemoteHostServer.cs (1)
90
services.AddScoped<
JsonRpcAuthenticationState
>();
Aspire.Hosting.RemoteHost.Tests (6)
CodeGeneration\ApiReferenceExportTests.cs (1)
257
private static
JsonRpcAuthenticationState
CreateAuthenticationState(bool authenticated)
JsonRpcAuthenticationTests.cs (1)
173
services.AddScoped<
JsonRpcAuthenticationState
>();
ServiceErrorMessageTests.cs (4)
93
var
auth = CreateAuthenticatedState();
113
var
auth = CreateAuthenticatedState();
131
var
auth = CreateAuthenticatedState();
137
private static
JsonRpcAuthenticationState
CreateAuthenticatedState()