3 references to ApiExplorerIsVisibleConvention
Microsoft.AspNetCore.Mvc.Core.Test (3)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (3)
1061
var convention = new
ApiExplorerIsVisibleConvention
(isVisible: true);
1076
var convention = new
ApiExplorerIsVisibleConvention
(isVisible: true);
1110
var convention = new
ApiExplorerIsVisibleConvention
(isVisible: true);