1 write to ToolName
Microsoft.AspNetCore.Components.AI.SourceGenerators (1)
ToolBlockCandidate.cs (1)
27
ToolName
= toolName;
7 references to ToolName
Microsoft.AspNetCore.Components.AI.SourceGenerators (7)
ToolBlockCandidate.cs (3)
58
&&
ToolName
== other.
ToolName
70
hash = Hash.Combine(hash,
ToolName
.GetHashCode());
ToolBlockEmitter.cs (4)
54
sb.AppendLine($" && fc.Name == \"{EscapeString(candidate.
ToolName
)}\")");
188
if (seen.TryGetValue(c.
ToolName
, out var existing))
193
c.
ToolName
, existing.ClassName, c.ClassName));
197
seen[c.
ToolName
] = c;