1 write to _stopWatches
Microsoft.Extensions.AI.Evaluation.Reporting (1)
ResponseCachingChatClient.cs (1)
27
_stopWatches
= new ConcurrentDictionary<string, Stopwatch>();
4 references to _stopWatches
Microsoft.Extensions.AI.Evaluation.Reporting (4)
ResponseCachingChatClient.cs (4)
38
_ =
_stopWatches
.AddOrUpdate(key, addValue: stopwatch, updateValueFactory: (_, _) => stopwatch);
67
_ =
_stopWatches
.AddOrUpdate(key, addValue: stopwatch, updateValueFactory: (_, _) => stopwatch);
90
if (
_stopWatches
.TryRemove(key, out Stopwatch? stopwatch))
111
if (
_stopWatches
.TryRemove(key, out Stopwatch? stopwatch))