2 implementations of GetCurrentDataSnapshot
Microsoft.CodeAnalysis.EditorFeatures (2)
EditorConfigSettings\DataProvider\CombinedProvider.cs (1)
27public ImmutableArray<T> GetCurrentDataSnapshot()
EditorConfigSettings\DataProvider\SettingsProviderBase.cs (1)
87public ImmutableArray<TData> GetCurrentDataSnapshot()
1 reference to GetCurrentDataSnapshot
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\DataProvider\CombinedProvider.cs (1)
31builder.AddRange(provider.GetCurrentDataSnapshot());