6 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;