1 instantiation of TargetPathAssetPair
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
GenerateStaticWebAssetEndpointsManifest.cs (1)
202
yield return new
TargetPathAssetPair
(group.Key, asset);
2 references to TargetPathAssetPair
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
GenerateStaticWebAssetEndpointsManifest.cs (2)
85
if (!manifestAssets.TryGetValue(endpoint.AssetFile, out
var
asset))
178
private IEnumerable<
TargetPathAssetPair
> ComputeManifestAssets(IEnumerable<StaticWebAsset> assets, string kind)