2 references to RemoveAll
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
JsonTranscodingServiceMethodProviderTests.cs (1)
270
serviceCollection.
RemoveAll
(typeof(IServiceMethodProvider<>));
Microsoft.Extensions.DependencyInjection.Abstractions (1)
Extensions\ServiceCollectionDescriptorExtensions.cs (1)
553
return
RemoveAll
(collection, typeof(T));