9 references to Items
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 (3)
Builder\ControllerActionEndpointConventionBuilderResourceCollectionExtensions.cs (3)
32if (builder.Items.TryGetValue(EndpointRouteBuilderKey, out var endpointBuilder)) 34var (resolver, registered) = builder.Items.TryGetValue(ResourceCollectionResolverKey, out var value) 41builder.Items[ResourceCollectionResolverKey] = resolver;