3 writes to _rpc
aspire (3)
Backchannel\AppHostAuxiliaryBackchannel.cs (3)
42
_rpc
= rpc;
128
_rpc
= new JsonRpc(new HeaderDelimitedMessageHandler(stream, stream, BackchannelJsonSerializerContext.CreateRpcMessageFormatter()));
227
_rpc
= null;
9 references to _rpc
aspire (9)
Backchannel\AppHostAuxiliaryBackchannel.cs (9)
97
internal JsonRpc? Rpc =>
_rpc
;
129
_rpc
.StartListening();
145
if (
_rpc
is null)
152
var appHostInfo = await
_rpc
.InvokeWithCancellationAsync<AppHostInformation?>(
168
if (
_rpc
is null)
177
await
_rpc
.InvokeWithCancellationAsync(
200
if (
_rpc
is null)
207
var mcpInfo = await
_rpc
.InvokeWithCancellationAsync<DashboardMcpConnectionInfo?>(
226
_rpc
?.Dispose();