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