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