1 implementation of HasAnyChangesAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Updater\SettingsUpdaterBase.cs (1)
106
public async Task<bool>
HasAnyChangesAsync
()
1 reference to HasAnyChangesAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\DataProvider\SettingsProviderBase.cs (1)
78
if (!await SettingsUpdater.
HasAnyChangesAsync
().ConfigureAwait(false))