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