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