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); 92if (_stopWatches.TryRemove(key, out Stopwatch? stopwatch)) 113if (_stopWatches.TryRemove(key, out Stopwatch? stopwatch))