5 references to PreserveLinesWithGivenIndentation
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CSharpTriviaFormatter.cs (3)
75
return LineColumnRule.
PreserveLinesWithGivenIndentation
(lines: insertNewLine ? 1 : 0);
156
return LineColumnRule.
PreserveLinesWithGivenIndentation
(lines: 0);
162
return LineColumnRule.
PreserveLinesWithGivenIndentation
(lines: 0);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Formatting\Engine\Trivia\VisualBasicTriviaFormatter.vb (2)
104
Return LineColumnRule.
PreserveLinesWithGivenIndentation
(lines:=0)
139
Return LineColumnRule.
PreserveLinesWithGivenIndentation
(lines:=0)