6 writes to SuppressPathMatching
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ControllerActionDescriptorBuilder.cs (1)
207
SuppressPathMatching
= selectorModel.AttributeRouteModel.SuppressPathMatching,
Microsoft.AspNetCore.Mvc.Core.Test (4)
Routing\AttributeRouteTest.cs (4)
569
SuppressPathMatching
= true,
625
SuppressPathMatching
= true,
681
SuppressPathMatching
= true,
720
SuppressPathMatching
= true,
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionDescriptorProvider.cs (1)
100
SuppressPathMatching
= selector.AttributeRouteModel.SuppressPathMatching,
3 references to SuppressPathMatching
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
68
if (action.AttributeRouteInfo != null && action.AttributeRouteInfo.
SuppressPathMatching
)
Microsoft.AspNetCore.Mvc.Core (2)
Routing\ActionEndpointFactory.cs (1)
163
action.AttributeRouteInfo.
SuppressPathMatching
,
Routing\AttributeRoute.cs (1)
198
routeInfo.SuppressPathMatching = action.AttributeRouteInfo.
SuppressPathMatching
;