2 references to TryMapToCSharpDocumentRange
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\CodeActionsService.cs (2)
136if (!_documentMappingService.TryMapToCSharpDocumentRange(csharpDocument, request.Range, out var projectedRange)) 143_documentMappingService.TryMapToCSharpDocumentRange(csharpDocument, vsContext.SelectionRange, out var selectionRange))