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