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