3 writes to _indentation
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (3)
96_indentation = 0; 149_indentation += text.ConvertTabToSpace(_options.TabSize, _indentation, text.Length); 181_indentation = 0;
6 references to _indentation
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (6)
149_indentation += text.ConvertTabToSpace(_options.TabSize, _indentation, text.Length); 169if (_indentation > 0 && !_touchedNoisyCharacterOnCurrentLine) 197if (this.UseIndentation && _indentation != _context.GetBaseIndentation(trivia.SpanStart)) 205ShouldFormatSingleLineDocumentationComment(_indentation, _options.TabSize, trivia)) 237if (_indentation != _context.GetBaseIndentation(trivia.SpanStart)) 259if (_indentation != 0)