7 references to _knownSocketPaths
aspire (7)
Backchannel\AuxiliaryBackchannelMonitor.cs (7)
379.Where(socket => !_knownSocketPaths.Contains(socket.SocketPath) || TryClaimRetry(socket.SocketPath)) 389var removedFiles = _knownSocketPaths.Except(currentSocketPaths, StringComparers.FileSystemPath).ToList(); 401_knownSocketPaths.Clear(); 404_knownSocketPaths.Add(socketPath); 432if (_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