7 references to Empty
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\Endpoint.cs (1)
31
Metadata = metadata ?? EndpointMetadataCollection.
Empty
;
Microsoft.AspNetCore.Mvc.RazorPages (3)
Infrastructure\DefaultPageLoader.cs (1)
36
=> LoadAsync(actionDescriptor, EndpointMetadataCollection.
Empty
);
Infrastructure\PageActionInvokerProvider.cs (1)
82
page.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)
256
EndpointMetadataCollection.
Empty
,
Matching\HttpMethodMatcherPolicy.cs (1)
392
EndpointMetadataCollection.
Empty
,
Matching\NegotiationMatcherPolicy.cs (1)
355
EndpointMetadataCollection.
Empty
,