4 references to UseIndentation
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (4)
132
if (!this.
UseIndentation
|| _touchedNoisyCharacterOnCurrentLine)
196
if (this.
UseIndentation
&& _indentation != _context.GetBaseIndentation(trivia.SpanStart))
231
if (!this.
UseIndentation
)
252
if (!this.
UseIndentation
)