4 overrides of CreateSnapshot
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\Analyzers\ViewModel\AnalyzerSettingsViewModel.SettingsSnapshotFactory.cs (1)
21
protected override SettingsEntriesSnapshot
CreateSnapshot
(ImmutableArray<AnalyzerSetting> data, int currentVersionNumber)
EditorConfigSettings\CodeStyle\ViewModel\CodeStyleSettingsViewModel.SettingsSnapshotFactory.cs (1)
18
protected override SettingsEntriesSnapshot
CreateSnapshot
(ImmutableArray<CodeStyleSetting> data, int currentVersionNumber)
EditorConfigSettings\NamingStyle\ViewModel\NamingStyleSettingsViewModel.SettingsSnapshotFactory.cs (1)
18
protected override SettingsEntriesSnapshot
CreateSnapshot
(ImmutableArray<NamingStyleSetting> data, int currentVersionNumber)
EditorConfigSettings\Whitespace\ViewModel\WhitespaceViewModel.SettingsSnapshotFactory.cs (1)
18
protected override SettingsEntriesSnapshot
CreateSnapshot
(ImmutableArray<Setting> data, int currentVersionNumber)
1 reference to CreateSnapshot
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Common\SettingsSnapshotFactoryBase.cs (1)
50
var snapshot =
CreateSnapshot
(data, _currentVersionNumber);