2 references to GetColumnFromLineOffset
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Extensions\SmartIndentExtensions.cs (1)
24
return lineInSurfaceSnapshot.
GetColumnFromLineOffset
(offsetInLine, textView.Options) + result.Offset;
SplitComment\SplitCommentCommandHandler.cs (1)
192
var commentStartColumn = triviaLine.
GetColumnFromLineOffset
(trivia.SpanStart - triviaLine.Start, textView.Options);