2 references to GetNewIndentationForComments
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingExtensions.cs (2)
159
var newIndentation =
GetNewIndentationForComments
(triviaText, nonWhitespaceCharIndex, forceIndentation, indentation, indentationDelta, tabSize);
199
var newIndentation =
GetNewIndentationForComments
(line, nonWhitespaceCharIndex, forceIndentation, indentation, indentationDelta, tabSize);