2 references to IInferredServiceInterface
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
EndpointMetadataApiDescriptionProviderTest.cs (2)
423Assert.Empty(GetApiDescription((IInferredServiceInterface foo) => { }).ParameterDescriptions); 1415public bool IsService(Type serviceType) => serviceType == typeof(IInferredServiceInterface);