2 references to GetLineIndexOrEnd
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\UsingDirectiveHelper.cs (2)
143
var lineIndex =
GetLineIndexOrEnd
(codeDocument, endIndex - 1) + 1;
164
var lineIndex =
GetLineIndexOrEnd
(codeDocument, lastNamespaceOrPageDirective.Span.End - 1) + 1;