3 references to ApiExplorerInboundOutBoundController
ApiExplorerWebSite (3)
ApiExplorerInboundOutboundConvention.cs (2)
30
if (action.ActionName == nameof(
ApiExplorerInboundOutBoundController
.SuppressedForPathMatching))
34
else if (action.ActionName == nameof(
ApiExplorerInboundOutBoundController
.SuppressedForLinkGeneration))
Startup.cs (1)
24
typeof(
ApiExplorerInboundOutBoundController
)));