3 writes to Arguments
Microsoft.Extensions.AI (3)
Common\OtelMessageSerializer.cs (1)
183
Arguments
= 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)
101
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.OtelMcpToolCall)obj).
Arguments
= value!,
Realtime\OpenTelemetryRealtimeClientSession.cs (1)
603
Arguments
= 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)
100
Getter = static obj => ((global::Microsoft.Extensions.AI.OtelMcpToolCall)obj).
Arguments
,
138
global::System.Collections.Generic.IReadOnlyDictionary<string, object> __value_Arguments = ((global::Microsoft.Extensions.AI.OtelMcpToolCall)value).
Arguments
;