2 references to GetNewIndentationForComments
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingExtensions.cs (2)
177var newIndentation = GetNewIndentationForComments(triviaText, nonWhitespaceCharIndex, forceIndentation, indentation, indentationDelta, tabSize); 217var newIndentation = GetNewIndentationForComments(line, nonWhitespaceCharIndex, forceIndentation, indentation, indentationDelta, tabSize);