1 write to TypeName
Microsoft.AspNetCore.Components.AI.SourceGenerators (1)
ToolBlockCandidate.cs (1)
126
TypeName
= typeName;
5 references to TypeName
Microsoft.AspNetCore.Components.AI.SourceGenerators (5)
ToolBlockCandidate.cs (3)
141
&&
TypeName
== other.
TypeName
150
hash = Hash.Combine(hash,
TypeName
.GetHashCode());
ToolBlockEmitter.cs (2)
295
sb.AppendLine($" global::System.Text.Json.JsonElement __je => global::System.Text.Json.JsonSerializer.Deserialize<{param.
TypeName
}>(__je)!,");
296
sb.AppendLine($" _ => ({param.
TypeName
}){varName}!");