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)
19
private readonly
JsonRpcAuthenticationState
_authenticationState;
27
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 (5)
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()