7 references to _knownSocketPaths
aspire (7)
Backchannel\AuxiliaryBackchannelMonitor.cs (7)
379
.Where(socket => !
_knownSocketPaths
.Contains(socket.SocketPath) || TryClaimRetry(socket.SocketPath))
389
var removedFiles =
_knownSocketPaths
.Except(currentSocketPaths, StringComparers.FileSystemPath).ToList();
401
_knownSocketPaths
.Clear();
404
_knownSocketPaths
.Add(socketPath);
432
if (
_knownSocketPaths
.Remove(failedSocket))
632
/// sockets need no equivalent claim because <see cref="
_knownSocketPaths
"/> is repopulated before
668
/// <see cref="
_knownSocketPaths
"/>, so re-arming an unreachable socket makes every later scan pay