1 instantiation of EmptyReadOnlyDictionary
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
19public static readonly EmptyReadOnlyDictionary<TKey, TValue> Instance = new();
5 references to EmptyReadOnlyDictionary
Microsoft.Extensions.AI.Abstractions (5)
AITool.cs (1)
29public virtual IReadOnlyDictionary<string, object?> AdditionalProperties => EmptyReadOnlyDictionary<string, object?>.Instance;
Functions\AIFunction.cs (1)
62arguments ??= EmptyReadOnlyDictionary<string, object?>.Instance;
src\Shared\EmptyCollections\Empty.cs (1)
48=> EmptyReadOnlyDictionary<TKey, TValue>.Instance;
src\Shared\EmptyCollections\EmptyCollectionExtensions.cs (1)
135return EmptyReadOnlyDictionary<TKey, TValue>.Instance;
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
19public static readonly EmptyReadOnlyDictionary<TKey, TValue> Instance = new();