3 writes to _touchedNoisyCharacterOnCurrentLine
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (3)
98
_touchedNoisyCharacterOnCurrentLine
= false;
181
_touchedNoisyCharacterOnCurrentLine
= false;
276
_touchedNoisyCharacterOnCurrentLine
= true;
2 references to _touchedNoisyCharacterOnCurrentLine
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (2)
132
if (!this.UseIndentation ||
_touchedNoisyCharacterOnCurrentLine
)
168
if (_indentation > 0 && !
_touchedNoisyCharacterOnCurrentLine
)