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)
113
if (
_resourceToolMap
is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath)
120
tools.AddRange(
_resourceToolMap
.Select(x => new Tool
169
if (
_resourceToolMap
is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath)
178
if (
_resourceToolMap
.TryGetValue(toolName, out var resourceAndTool))
297
[MemberNotNull(nameof(
_resourceToolMap
))]
358
return
_resourceToolMap
.Count + _knownTools.Count;