5 references to FindFolderInTree
Microsoft.NET.TestFramework (5)
TestContext.cs (5)
164
string? FindFolder =
FindFolderInTree
(Path.Combine("test", "TestAssets"), AppContext.BaseDirectory);
205
string? FindFolder1 =
FindFolderInTree
("artifacts", AppContext.BaseDirectory);
206
string? FindFolder2 =
FindFolderInTree
(Path.Combine("test", "TestAssets"), AppContext.BaseDirectory);
256
var nugetFolder =
FindFolderInTree
(".nuget", AppContext.BaseDirectory, false)
317
string? ret =
FindFolderInTree
(relativePath, startPath, throwIfNotFound: false);