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