1 write to _backchannel
aspire (1)
Projects\GuestAppHostProject.cs (1)
91
_backchannel
= backchannel;
2 references to _backchannel
aspire (2)
Projects\GuestAppHostProject.cs (2)
1321
await
_backchannel
.ConnectAsync(socketPath, autoReconnect: enableHotReload, retryCount: connectionAttempts, cancellationToken).ConfigureAwait(false);
1324
backchannelCompletionSource.TrySetResult(
_backchannel
);