6 instantiations of StoreKey
Microsoft.AspNetCore.Shared.Tests (6)
TestCertificateManager.cs (6)
73if (!_stores.TryGetValue(new StoreKey(storeName, storeLocation), out var entries)) 83if (_stores.Remove(new StoreKey(storeName, storeLocation), out var entries)) 263var storeKey = new StoreKey(storeName, store.Location); 310if (!_stores.TryGetValue(new StoreKey(storeName, storeLocation), out var entries)) 340var key = new StoreKey(storeName, storeLocation); 379if (!_stores.TryGetValue(new StoreKey(storeName, storeLocation), out var entries))
5 references to StoreKey
Microsoft.AspNetCore.Shared.Tests (5)
TestCertificateManager.cs (5)
17private readonly Dictionary<StoreKey, List<InMemoryCertificateEntry>> _stores = new(); 25IDictionary<StoreKey, IEnumerable<X509Certificate2>>? initialStores = null, 263var storeKey = new StoreKey(storeName, store.Location); 340var key = new StoreKey(storeName, storeLocation); 357foreach (var key in _stores.Keys.Where(key => key.StoreName == storeName).ToArray())