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