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