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