1 instantiation of StaticAssetsEndpointDataSource
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsManifest.cs (1)
40
var dataSource = new
StaticAssetsEndpointDataSource
(
6 references to StaticAssetsEndpointDataSource
Microsoft.AspNetCore.StaticAssets (6)
Infrastructure\StaticAssetsEndpointDataSourceHelper.cs (2)
23
if (dataSource is
StaticAssetsEndpointDataSource
staticAssetsDataSource)
45
if (dataSource is
StaticAssetsEndpointDataSource
staticAssetsDataSource &&
StaticAssetsEndpointRouteBuilderExtensions.cs (2)
59
var
dataSource = StaticAssetsManifest.CreateDataSource(endpoints, manifestPath, manifest.Endpoints, manifest.IsBuildManifest());
77
if (ds is
StaticAssetsEndpointDataSource
sads && sads.ManifestPath.Equals(manifestPath, StringComparison.Ordinal))
StaticAssetsManifest.cs (2)
38
internal static
StaticAssetsEndpointDataSource
CreateDataSource(IEndpointRouteBuilder endpoints, string manifestName, List<StaticAssetDescriptor> descriptors, bool isBuildManifest)
40
var
dataSource = new StaticAssetsEndpointDataSource(