1 write to _snapshotFactory
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Common\SettingsViewModelBase.cs (1)
36
_snapshotFactory
= CreateSnapshotFactory(_data);
4 references to _snapshotFactory
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\Common\SettingsViewModelBase.cs (4)
50
_snapshotFactory
.NotifyOfUpdate();
51
var snapshot =
_snapshotFactory
.GetCurrentSnapshot();
66
_snapshotFactory
.NotifyOfUpdate();
67
_lastPublishedSnapshot =
_snapshotFactory
.GetCurrentSnapshot();