1 write to _newOptionValueOpt
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Configuration\ConfigurationUpdater.cs (1)
94_newOptionValueOpt = newOptionValueOpt;
3 references to _newOptionValueOpt
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Configuration\ConfigurationUpdater.cs (3)
513? $"{value.GetLeadingWhitespace()}{_newOptionValueOpt}{value.GetTrailingWhitespace()}" 706var newEntry = !string.IsNullOrEmpty(_optionNameOpt) && !string.IsNullOrEmpty(_newOptionValueOpt) 707? $"{_optionNameOpt} = {_newOptionValueOpt}"