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