2 writes to SuppressPathMatching
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\AttributeRouteModel.cs (2)
54SuppressPathMatching = other.SuppressPathMatching; 129SuppressPathMatching = left.SuppressPathMatching || right.SuppressPathMatching,
5 references to SuppressPathMatching
Microsoft.AspNetCore.Mvc.Core (4)
ApplicationModels\AttributeRouteModel.cs (3)
54SuppressPathMatching = other.SuppressPathMatching; 129SuppressPathMatching = left.SuppressPathMatching || right.SuppressPathMatching,
ApplicationModels\ControllerActionDescriptorBuilder.cs (1)
207SuppressPathMatching = selectorModel.AttributeRouteModel.SuppressPathMatching,
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionDescriptorProvider.cs (1)
100SuppressPathMatching = selector.AttributeRouteModel.SuppressPathMatching,