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