3 references to AppendAsset
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.cs (1)
288assetsCache.AppendAsset(hash, asset, item);
Microsoft.NET.Sdk.StaticWebAssets.Tests (2)
StaticWebAssets\DiscoverStaticWebAssetsTest.cs (2)
640cache.AppendAsset("input1", newAsset, newAssetItem); 675cache.AppendAsset("input1", new StaticWebAsset { Identity = newAsset.ItemSpec, RelativePath = "Input1.txt" }, newAsset);