1 write to AssetsWithTargetPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ComputeStaticWebAssetsTargetPaths.cs (1)
29
AssetsWithTargetPath
= new ITaskItem[Assets.Length];
7 references to AssetsWithTargetPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ComputeStaticWebAssetsTargetPaths.cs (1)
46
AssetsWithTargetPath
[i] = result;
Microsoft.NET.Sdk.StaticWebAssets.Tests (6)
ComputeStaticWebAssetsTargetPathsTest.cs (6)
40
task.
AssetsWithTargetPath
.Should().ContainSingle();
41
var asset = task.
AssetsWithTargetPath
[0];
68
task.
AssetsWithTargetPath
.Should().ContainSingle();
69
var asset = task.
AssetsWithTargetPath
[0];
96
task.
AssetsWithTargetPath
.Should().ContainSingle();
97
var asset = task.
AssetsWithTargetPath
[0];