2 writes to Name
Microsoft.NET.TestFramework (2)
TestAsset.cs (2)
33
Name
= new DirectoryInfo(testDestination).Name;
44
Name
= new DirectoryInfo(testAssetRoot).Name;
2 references to Name
dotnet-watch.Tests (1)
TestUtilities\TestOptions.cs (1)
31
? Path.Combine(ciOutputRoot, ".hotreload", asset.
Name
)
Microsoft.NET.Build.Tests (1)
AppHostTests.cs (1)
18
var testProjectName = testAsset.TestProject?.Name ?? testAsset.
Name
;