2 references to GetDocumentFilePathFromName
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
LanguageServer\AbstractLanguageServerProtocolTests.cs (2)
327
solution = solution.WithDocumentFilePath(document.Id,
GetDocumentFilePathFromName
(document.Name));
336
solution = solution.WithProjectFilePath(project.Id,
GetDocumentFilePathFromName
(project.FilePath));