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