4 references to UseIndentation
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (4)
133
if (!this.
UseIndentation
|| _touchedNoisyCharacterOnCurrentLine)
197
if (this.
UseIndentation
&& _indentation != _context.GetBaseIndentation(trivia.SpanStart))
232
if (!this.
UseIndentation
)
253
if (!this.
UseIndentation
)