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