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)
41_ = _stopWatches.AddOrUpdate(key, addValue: stopwatch, updateValueFactory: (_, _) => stopwatch); 71_ = _stopWatches.AddOrUpdate(key, addValue: stopwatch, updateValueFactory: (_, _) => stopwatch); 95if (_stopWatches.TryRemove(key, out Stopwatch? stopwatch)) 117if (_stopWatches.TryRemove(key, out Stopwatch? stopwatch))