6 references to KeyedService
Microsoft.Extensions.DependencyInjection (6)
ServiceLookup\CallSiteFactory.cs (6)
219var catchAllIdentifier = new ServiceIdentifier(KeyedService.AnyKey, serviceIdentifier.ServiceType); 242var catchAllIdentifier = new ServiceIdentifier(KeyedService.AnyKey, genericIdentifier.ServiceType); 289!KeyedService.AnyKey.Equals(cacheKey.ServiceKey) && 671if (serviceIdentifier.ServiceKey != null && _descriptorLookup.ContainsKey(new ServiceIdentifier(KeyedService.AnyKey, serviceType))) 702|| key1.Equals(KeyedService.AnyKey) 703|| key2.Equals(KeyedService.AnyKey);