2 references to _documentMappingService
Microsoft.CodeAnalysis.Razor.Workspaces (2)
SpellCheck\SpellCheckService.cs (2)
95
if (
_documentMappingService
.TryMapToRazorDocumentPosition(csharpDocument, absoluteCSharpStartIndex, out _, out var hostDocumentIndex) &&
96
_documentMappingService
.TryMapToRazorDocumentPosition(csharpDocument, absoluteCSharpStartIndex + length, out _, out _))