2 writes to Name
Microsoft.NET.TestFramework (2)
TestAsset.cs (2)
33Name = new DirectoryInfo(testDestination).Name; 44Name = 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)
18var testProjectName = testAsset.TestProject?.Name ?? testAsset.Name;