3 references to TranslateSpan
Microsoft.CodeAnalysis (1)
Syntax\LineDirectiveMap.cs (1)
55return TranslateSpan(entry, treeFilePath, unmappedStartPos, unmappedEndPos);
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpLineDirectiveMap.cs (1)
249return TranslateSpan(entry, treeFilePath, unmappedStartPos, unmappedEndPos);
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicLineDirectiveMap.vb (1)
219Return TranslateSpan(entry, treeFilePath, unmappedStartPos, unmappedEndPos)