1 implementation of GetChangedEditorConfigAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Updater\SettingsUpdaterBase.cs (1)
88public async Task<SourceText?> GetChangedEditorConfigAsync(SourceText originalText, CancellationToken token)
1 reference to GetChangedEditorConfigAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\DataProvider\SettingsProviderBase.cs (1)
83var text = await SettingsUpdater.GetChangedEditorConfigAsync(sourceText, default).ConfigureAwait(false);