4 types derived from SettingsSnapshotFactoryBase
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\Analyzers\ViewModel\AnalyzerSettingsViewModel.SettingsSnapshotFactory.cs (1)
17
internal sealed class SettingsSnapshotFactory :
SettingsSnapshotFactoryBase
<AnalyzerSetting, SettingsEntriesSnapshot>
EditorConfigSettings\CodeStyle\ViewModel\CodeStyleSettingsViewModel.SettingsSnapshotFactory.cs (1)
14
internal sealed class SettingsSnapshotFactory :
SettingsSnapshotFactoryBase
<CodeStyleSetting, SettingsEntriesSnapshot>
EditorConfigSettings\NamingStyle\ViewModel\NamingStyleSettingsViewModel.SettingsSnapshotFactory.cs (1)
14
internal sealed class SettingsSnapshotFactory :
SettingsSnapshotFactoryBase
<NamingStyleSetting, SettingsEntriesSnapshot>
EditorConfigSettings\Whitespace\ViewModel\WhitespaceViewModel.SettingsSnapshotFactory.cs (1)
14
internal sealed class SettingsSnapshotFactory :
SettingsSnapshotFactoryBase
<Setting, SettingsEntriesSnapshot>
1 reference to SettingsSnapshotFactoryBase
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Common\SettingsViewModelBase.cs (1)
17
where TSnapshotFactory :
SettingsSnapshotFactoryBase
<T, TEntriesSnapshot>