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