3 writes to _touchedNoisyCharacterOnCurrentLine
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (3)
97
_touchedNoisyCharacterOnCurrentLine
= false;
180
_touchedNoisyCharacterOnCurrentLine
= false;
275
_touchedNoisyCharacterOnCurrentLine
= true;
2 references to _touchedNoisyCharacterOnCurrentLine
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.CodeShapeAnalyzer.cs (2)
131
if (!this.UseIndentation ||
_touchedNoisyCharacterOnCurrentLine
)
167
if (_indentation > 0 && !
_touchedNoisyCharacterOnCurrentLine
)