2 instantiations of ResourcePreloadCollection
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\ResourceCollectionConvention.cs (1)
52
eb.Metadata.Add(new
ResourcePreloadCollection
(_collection));
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
108
new
ResourcePreloadCollection
(
2 references to ResourcePreloadCollection
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\SSRRenderModeBoundary.cs (2)
127
var
preloads = _httpContext.GetEndpoint()?.Metadata.GetMetadata<
ResourcePreloadCollection
>();