2 references to RecursiveFind
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Legacy\BaselineWriter.cs (2)
18
var root =
RecursiveFind
("Razor.slnf", Path.GetFullPath("."));
44
return
RecursiveFind
(path, new DirectoryInfo(start).Parent.FullName);