1 write to _rpc
Aspire.Hosting.RemoteHost.Tests (1)
JsonRpcAuthenticationTests.cs (1)
232
_rpc
= rpc;
3 references to _rpc
Aspire.Hosting.RemoteHost.Tests (3)
JsonRpcAuthenticationTests.cs (3)
235
public Task Completion =>
_rpc
.Completion;
238
=>
_rpc
.InvokeWithCancellationAsync<T>(methodName, arguments, CancellationToken.None);
242
_rpc
.Dispose();