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