2 references to CandidateEndpoints
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
ApplyCompressionNegotiation.cs (2)
28
var endpointsByAsset = StaticWebAssetEndpoint.ToAssetFileDictionary(
CandidateEndpoints
);
30
var updatedEndpoints = new HashSet<StaticWebAssetEndpoint>(
CandidateEndpoints
.Length, StaticWebAssetEndpoint.RouteAndAssetComparer);