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