3 references to _services
Microsoft.AspNetCore.Http.Abstractions.Tests (3)
UseMiddlewareTest.cs (3)
346public void AddKeyedService(object key, Type type, object value) => _services[key] = new Tuple<Type, object>(type, value); 350if (_services.TryGetValue(serviceKey!, out var value)) 377if (_services.TryGetValue(serviceType, out var value))