3 writes to _indentation
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (3)
94_indentation = 0; 147_indentation += text.ConvertTabToSpace(_options.TabSize, _indentation, text.Length); 179_indentation = 0;
6 references to _indentation
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (6)
147_indentation += text.ConvertTabToSpace(_options.TabSize, _indentation, text.Length); 167if (_indentation > 0 && !_touchedNoisyCharacterOnCurrentLine) 195if (this.UseIndentation && _indentation != _context.GetBaseIndentation(trivia.SpanStart)) 203ShouldFormatSingleLineDocumentationComment(_indentation, _options.TabSize, trivia)) 235if (_indentation != _context.GetBaseIndentation(trivia.SpanStart)) 257if (_indentation != 0)