3 writes to _touchedNoisyCharacterOnCurrentLine
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (3)
99
_touchedNoisyCharacterOnCurrentLine
= false;
182
_touchedNoisyCharacterOnCurrentLine
= false;
277
_touchedNoisyCharacterOnCurrentLine
= true;
2 references to _touchedNoisyCharacterOnCurrentLine
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (2)
133
if (!this.UseIndentation ||
_touchedNoisyCharacterOnCurrentLine
)
169
if (_indentation > 0 && !
_touchedNoisyCharacterOnCurrentLine
)