1 write to _stopWatches
Microsoft.Extensions.AI.Evaluation.Reporting (1)
ResponseCachingChatClient.cs (1)
29
_stopWatches
= new ConcurrentDictionary<string, Stopwatch>();
4 references to _stopWatches
Microsoft.Extensions.AI.Evaluation.Reporting (4)
ResponseCachingChatClient.cs (4)
40
_ =
_stopWatches
.AddOrUpdate(key, addValue: stopwatch, updateValueFactory: (_, _) => stopwatch);
69
_ =
_stopWatches
.AddOrUpdate(key, addValue: stopwatch, updateValueFactory: (_, _) => stopwatch);
92
if (
_stopWatches
.TryRemove(key, out Stopwatch? stopwatch))
113
if (
_stopWatches
.TryRemove(key, out Stopwatch? stopwatch))