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