6 writes to SuppressLinkGeneration
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ControllerActionDescriptorBuilder.cs (1)
206
SuppressLinkGeneration
= selectorModel.AttributeRouteModel.SuppressLinkGeneration,
Microsoft.AspNetCore.Mvc.Core.Test (4)
Routing\AttributeRouteTest.cs (4)
552
SuppressLinkGeneration
= true,
608
SuppressLinkGeneration
= true,
664
SuppressLinkGeneration
= true,
737
SuppressLinkGeneration
= true,
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionDescriptorProvider.cs (1)
99
SuppressLinkGeneration
= selector.AttributeRouteModel.SuppressLinkGeneration,
2 references to SuppressLinkGeneration
Microsoft.AspNetCore.Mvc.Core (2)
Routing\ActionEndpointFactory.cs (1)
162
action.AttributeRouteInfo.
SuppressLinkGeneration
,
Routing\AttributeRoute.cs (1)
199
routeInfo.SuppressLinkGeneration = action.AttributeRouteInfo.
SuppressLinkGeneration
;