9 references to ToTaskItems
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
ApplyCompressionNegotiation.cs (1)
158UpdatedEndpoints = StaticWebAssetEndpoint.ToTaskItems(additionalUpdatedEndpoints);
DefineStaticWebAssetEndpoints.cs (1)
48Endpoints = StaticWebAssetEndpoint.ToTaskItems(endpoints);
FilterStaticWebAssetGroups.cs (3)
99RemovedEndpoints = StaticWebAssetEndpoint.ToTaskItems(removedEndpoints); 100SurvivingEndpoints = StaticWebAssetEndpoint.ToTaskItems(survivingEndpoints); 105SurvivingEndpoints = StaticWebAssetEndpoint.ToTaskItems(parsedEndpoints);
ReadPackageAssetsManifest.cs (1)
96Endpoints = StaticWebAssetEndpoint.ToTaskItems(allEndpoints);
UpdateExternallyDefinedStaticWebAssets.cs (1)
144UpdatedEndpoints = StaticWebAssetEndpoint.ToTaskItems(survivingEndpoints);
UpdatePackageStaticWebAssets.cs (1)
141RemappedEndpoints = StaticWebAssetEndpoint.ToTaskItems(remappedEndpoints);
UpdateStaticWebAssetEndpoints.cs (1)
80UpdatedEndpoints = StaticWebAssetEndpoint.ToTaskItems(result);