1 write to _collection
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\ResourceCollectionConvention.cs (1)
21
_collection
= resolver.ResolveResourceCollection(context.Options.ManifestPath);
5 references to _collection
Microsoft.AspNetCore.Components.Endpoints (5)
Builder\ResourceCollectionConvention.cs (5)
22
_collectionImportMap = ImportMapDefinition.FromResourceCollection(
_collection
);
33
_collection
);
49
if (
_collection
!= null && _collectionImportMap != null)
51
eb.Metadata.Add(
_collection
);
52
eb.Metadata.Add(new ResourcePreloadCollection(
_collection
));