2 implementations of GetChangedEditorConfigAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
EditorConfigSettings\DataProvider\CombinedProvider.cs (1)
16public async Task<SourceText> GetChangedEditorConfigAsync(SourceText sourceText)
EditorConfigSettings\DataProvider\SettingsProviderBase.cs (1)
76public async Task<SourceText> GetChangedEditorConfigAsync(SourceText sourceText)
1 reference to GetChangedEditorConfigAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\DataProvider\CombinedProvider.cs (1)
20sourceText = await provider.GetChangedEditorConfigAsync(sourceText).ConfigureAwait(false);