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