1 instantiation of Entry
Microsoft.Extensions.AI.OpenAI (1)
OpenAIRequestPolicies.cs (1)
63var newEntry = new Entry(policy, position);
6 references to Entry
Microsoft.Extensions.AI.OpenAI (6)
OpenAIRequestPolicies.cs (6)
39private static readonly Entry[] _empty = Array.Empty<Entry>(); 41private Entry[] _entries = _empty; 63var newEntry = new Entry(policy, position); 69var updated = new Entry[current.Length + 1]; 90var entry = snapshot[i];