7 references to Empty
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\Endpoint.cs (1)
31Metadata = metadata ?? EndpointMetadataCollection.Empty;
Microsoft.AspNetCore.Mvc.RazorPages (3)
Infrastructure\DefaultPageLoader.cs (1)
36=> LoadAsync(actionDescriptor, EndpointMetadataCollection.Empty);
Infrastructure\PageActionInvokerProvider.cs (1)
82page.CompiledPageDescriptor = _pageLoader.LoadAsync(page, EndpointMetadataCollection.Empty).GetAwaiter().GetResult();
Infrastructure\PageLoader.cs (1)
33=> LoadAsync(actionDescriptor, EndpointMetadataCollection.Empty).GetAwaiter().GetResult();
Microsoft.AspNetCore.Routing (3)
Matching\AcceptsMatcherPolicy.cs (1)
256EndpointMetadataCollection.Empty,
Matching\HttpMethodMatcherPolicy.cs (1)
392EndpointMetadataCollection.Empty,
Matching\NegotiationMatcherPolicy.cs (1)
355EndpointMetadataCollection.Empty,