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);
169
if (
_indentation
> 0 && !_touchedNoisyCharacterOnCurrentLine)
197
if (this.UseIndentation &&
_indentation
!= _context.GetBaseIndentation(trivia.SpanStart))
205
ShouldFormatSingleLineDocumentationComment(
_indentation
, _options.TabSize, trivia))
237
if (
_indentation
!= _context.GetBaseIndentation(trivia.SpanStart))
259
if (
_indentation
!= 0)