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