5 references to StaticAssetsEndpointDataSourceHelper
Microsoft.AspNetCore.Components.Endpoints (2)
src\Shared\Components\ResourceCollectionResolver.cs (2)
23
var descriptors =
StaticAssetsEndpointDataSourceHelper
.ResolveStaticAssetDescriptors(endpoints, manifestName);
91
return
StaticAssetsEndpointDataSourceHelper
.HasStaticAssetsDataSource(endpoints, manifestName);
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Builder\WebAssemblyRazorComponentsEndpointConventionBuilderExtensions.cs (1)
59
var descriptors =
StaticAssetsEndpointDataSourceHelper
.ResolveStaticAssetDescriptors(endpointBuilder, options.StaticAssetsManifestPath);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
src\Shared\Components\ResourceCollectionResolver.cs (2)
32
var descriptors =
StaticAssetsEndpointDataSourceHelper
.ResolveStaticAssetDescriptors(endpoints, ManifestName);
91
return
StaticAssetsEndpointDataSourceHelper
.HasStaticAssetsDataSource(endpoints, manifestName);