7 references to EndpointRouteBuilderKey
Microsoft.AspNetCore.Mvc.Core (6)
Builder\ControllerEndpointRouteBuilderExtensions.cs (6)
34if (!result.Items.ContainsKey(EndpointRouteBuilderKey)) 36result.Items[EndpointRouteBuilderKey] = endpoints; 57if (!dataSource.DefaultBuilder.Items.ContainsKey(EndpointRouteBuilderKey)) 59dataSource.DefaultBuilder.Items[EndpointRouteBuilderKey] = endpoints; 106if (!dataSource.DefaultBuilder.Items.ContainsKey(EndpointRouteBuilderKey)) 108dataSource.DefaultBuilder.Items[EndpointRouteBuilderKey] = endpoints;
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Builder\ControllerActionEndpointConventionBuilderResourceCollectionExtensions.cs (1)
32if (builder.Items.TryGetValue(EndpointRouteBuilderKey, out var endpointBuilder))