3 writes to _indentation
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (3)
95_indentation = 0; 148_indentation += text.ConvertTabToSpace(_options.TabSize, _indentation, text.Length); 180_indentation = 0;
6 references to _indentation
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (6)
148_indentation += text.ConvertTabToSpace(_options.TabSize, _indentation, text.Length); 168if (_indentation > 0 && !_touchedNoisyCharacterOnCurrentLine) 196if (this.UseIndentation && _indentation != _context.GetBaseIndentation(trivia.SpanStart)) 204ShouldFormatSingleLineDocumentationComment(_indentation, _options.TabSize, trivia)) 236if (_indentation != _context.GetBaseIndentation(trivia.SpanStart)) 258if (_indentation != 0)