3 references to _documentMappingService
Microsoft.CodeAnalysis.Razor.Workspaces (3)
CodeActions\CodeActionsService.cs (3)
115var languageKind = _documentMappingService.GetPositionInfo(codeDocument, startLocation).LanguageKind; 136if (!_documentMappingService.TryMapToCSharpDocumentRange(csharpDocument, request.Range, out var projectedRange)) 143_documentMappingService.TryMapToCSharpDocumentRange(csharpDocument, vsContext.SelectionRange, out var selectionRange))