2 writes to _resourceToolMap
aspire (2)
Commands\AgentMcpCommand.cs (2)
255
_resourceToolMap
= null;
400
_resourceToolMap
= refreshedMap;
6 references to _resourceToolMap
aspire (6)
Commands\AgentMcpCommand.cs (6)
158
if (
_resourceToolMap
is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath)
165
tools.AddRange(
_resourceToolMap
.Select(x => new Tool
214
if (
_resourceToolMap
is null || _selectedAppHostPath != _auxiliaryBackchannelMonitor.SelectedAppHostPath)
223
if (
_resourceToolMap
.TryGetValue(toolName, out var resourceAndTool))
342
[MemberNotNull(nameof(
_resourceToolMap
))]
403
return
_resourceToolMap
.Count + _knownTools.Count;