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