2 references to DetermineSmallestIndent
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
167var indentToCommentAt = DetermineSmallestIndent(span, firstLine, lastLine);
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
143var indentation = DetermineSmallestIndent(selectedSpan, linesInSelection.First(), linesInSelection.Last());