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