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