1 write to _socketPath
aspire (1)
Backchannel\AppHostCliBackchannel.cs (1)
317
_socketPath
= socketPath;
2 references to _socketPath
aspire (2)
Backchannel\AppHostCliBackchannel.cs (2)
446
if (
_socketPath
is null)
462
await ConnectAsync(
_socketPath
, _autoReconnect, retryCount, _cancellationToken).ConfigureAwait(false);