3 references to CreateEndpointGroups
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
FilterStaticWebAssetGroups.cs (1)
88var endpointGroups = StaticWebAssetEndpointGroup.CreateEndpointGroups(parsedEndpoints);
ReadPackageAssetsManifest.cs (1)
83var endpointGroups = StaticWebAssetEndpointGroup.CreateEndpointGroups(manifest.Endpoints ?? []);
UpdateExternallyDefinedStaticWebAssets.cs (1)
75var endpointGroups = StaticWebAssetEndpointGroup.CreateEndpointGroups(endpoints);