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