2 references to _mappedFileNames
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
TestSourceGeneratedDocumentSpanMappingService.cs (2)
35
_mappedFileNames
[filePath] = mappedFilePath;
50
return changes.SelectAsArray(c => new MappedTextChange(
_mappedFileNames
[newDocument.FilePath], c));