3 references to GetRange
Microsoft.CodeAnalysis.Razor.Workspaces (3)
CodeActions\Razor\ComponentAccessibilityCodeActionProvider.cs (2)
292
var startTagTextEdit = LspFactory.CreateTextEdit(startTag.Name.
GetRange
(context.CodeDocument.Source), newTagName);
299
var endTagTextEdit = LspFactory.CreateTextEdit(endTag.Name.
GetRange
(context.CodeDocument.Source), newTagName);
Diagnostics\RazorTranslateDiagnosticsService.cs (1)
204
var tagNameRange = tagName.
GetRange
(syntaxTree.Source);