3 writes to _entries
Microsoft.Extensions.AI.OpenAI (3)
OpenAIRequestPolicies.cs (3)
68var current = Volatile.Read(ref _entries); 73if (Interlocked.CompareExchange(ref _entries, updated, current) == current) 87var snapshot = Volatile.Read(ref _entries);