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