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