2 writes to _resourceToolMap
aspire (2)
Commands\McpStartCommand.cs (2)
210_resourceToolMap = null; 355_resourceToolMap = refreshedMap;
6 references to _resourceToolMap
aspire (6)
Commands\McpStartCommand.cs (6)
113if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 120tools.AddRange(_resourceToolMap.Select(x => new Tool 169if (_resourceToolMap is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath) 178if (_resourceToolMap.TryGetValue(toolName, out var resourceAndTool)) 297[MemberNotNull(nameof(_resourceToolMap))] 358return _resourceToolMap.Count + _knownTools.Count;