1 instantiation of SegmentsAssetPair
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
GenerateStaticWebAssetsDevelopmentManifest.cs (1)
124yield return new SegmentsAssetPair(group.Key, asset);
4 references to SegmentsAssetPair
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
GenerateStaticWebAssetsDevelopmentManifest.cs (4)
100private IEnumerable<SegmentsAssetPair> ComputeManifestAssets(IEnumerable<StaticWebAsset> assets) 170SegmentsAssetPair[] assetsWithPathSegments, 368private readonly struct SegmentsAssetPair(string path, StaticWebAsset asset) : IComparable<SegmentsAssetPair> 376public readonly int CompareTo(SegmentsAssetPair other)