2 references to TryUpdateAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures (2)
EditorConfigSettings\Updater\SettingsUpdateHelper.cs (2)
35
return
TryUpdateAnalyzerConfigDocument
(originalText, filePath, settingsToUpdate.Select(x => GetOptionValueAndLanguage(x.option, x.value)));
58
return
TryUpdateAnalyzerConfigDocument
(originalText, filePath, settingsToUpdate.Select(x => GetOptionValueAndLanguage(x.option, x.value)));