5 references to ExistingEndpoints
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
DefineStaticWebAssetEndpoints.cs (5)
71
if (
ExistingEndpoints
!= null &&
ExistingEndpoints
.Length > 0)
73
Dictionary<string, HashSet<string>> existingEndpointsByAssetFile = new(
ExistingEndpoints
.Length, OSPath.PathComparer);
80
for (var i = 0; i <
ExistingEndpoints
.Length; i++)
82
var endpointCandidate =
ExistingEndpoints
[i];