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);
168
if (
_indentation
> 0 && !_touchedNoisyCharacterOnCurrentLine)
196
if (this.UseIndentation &&
_indentation
!= _context.GetBaseIndentation(trivia.SpanStart))
204
ShouldFormatSingleLineDocumentationComment(
_indentation
, _options.TabSize, trivia))
236
if (
_indentation
!= _context.GetBaseIndentation(trivia.SpanStart))
258
if (
_indentation
!= 0)