1 instantiation of EmptyReadOnlyDictionary
Microsoft.Extensions.AI (1)
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
19
public static readonly EmptyReadOnlyDictionary<TKey, TValue> Instance =
new
();
4 references to EmptyReadOnlyDictionary
Microsoft.Extensions.AI (4)
ChatCompletion\FunctionInvocationContext.cs (1)
54
get => _callContent ??= new(string.Empty, _nopFunction.Name,
EmptyReadOnlyDictionary
<string, object?>.Instance);
src\Shared\EmptyCollections\Empty.cs (1)
48
=>
EmptyReadOnlyDictionary
<TKey, TValue>.Instance;
src\Shared\EmptyCollections\EmptyCollectionExtensions.cs (1)
135
return
EmptyReadOnlyDictionary
<TKey, TValue>.Instance;
src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
19
public static readonly
EmptyReadOnlyDictionary
<TKey, TValue> Instance = new();