2 references to IInferredServiceInterface
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiGeneratorTests.cs (2)
411Assert.Empty(GetOpenApiOperation((IInferredServiceInterface foo) => { }).Parameters); 1025public bool IsService(Type serviceType) => serviceType == typeof(IInferredServiceInterface);