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