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