3 writes to Arguments
Microsoft.Extensions.AI (3)
Common\OtelMessageSerializer.cs (1)
183Arguments = mstcc.Arguments as IReadOnlyDictionary<string, object?> ?? mstcc.Arguments?.ToDictionary(k => k.Key, v => v.Value),
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.OtelMcpToolCall.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.OtelMcpToolCall)obj).Arguments = value!,
Realtime\OpenTelemetryRealtimeClientSession.cs (1)
603Arguments = mstcc.Arguments as IReadOnlyDictionary<string, object?> ?? mstcc.Arguments?.ToDictionary(k => k.Key, v => v.Value),
2 references to Arguments
Microsoft.Extensions.AI (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.OtelMcpToolCall.g.cs (2)
100Getter = static obj => ((global::Microsoft.Extensions.AI.OtelMcpToolCall)obj).Arguments, 138global::System.Collections.Generic.IReadOnlyDictionary<string, object> __value_Arguments = ((global::Microsoft.Extensions.AI.OtelMcpToolCall)value).Arguments;