3 references to PathRoot
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (3)
DocumentOutline\DocumentOutlineTestsBase.cs (3)
67
=>
PathRoot
+ _workspace.Documents.Single().FilePath!;
107
solution = solution.WithDocumentFilePath(document.Id,
PathRoot
+ document.Name);
116
solution = solution.WithProjectFilePath(project.Id,
PathRoot
+ project.Name);