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