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