1 implementation of IInferredServiceInterface
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
EndpointMetadataApiDescriptionProviderTest.cs (1)
1598
private class InferredServiceClass :
IInferredServiceInterface
3 references to IInferredServiceInterface
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (3)
EndpointMetadataApiDescriptionProviderTest.cs (3)
581
Assert.Empty(GetApiDescription((
IInferredServiceInterface
foo) => { }).ParameterDescriptions);
1534
serviceCollection.AddSingleton<
IInferredServiceInterface
>(new InferredServiceClass());
1604
public bool IsService(Type serviceType) => serviceType == typeof(
IInferredServiceInterface
);