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)
133if (!this.UseIndentation || _touchedNoisyCharacterOnCurrentLine) 169if (_indentation > 0 && !_touchedNoisyCharacterOnCurrentLine)