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