1 write to _cacheKeyAdditionalValues
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
73set => _cacheKeyAdditionalValues = value?.ToArray();
2 references to _cacheKeyAdditionalValues
Microsoft.Extensions.AI (2)
ChatCompletion\DistributedCachingChatClient.cs (2)
72get => _cacheKeyAdditionalValues; 144object[] clientValues = _cacheKeyAdditionalValues ?? Array.Empty<object>();