1 write to _tableManager
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Common\SettingsViewModelBase.cs (1)
35
_tableManager
= tableMangerProvider.GetTableManager(Identifier);
3 references to _tableManager
Microsoft.VisualStudio.LanguageServices (3)
EditorConfigSettings\Common\SettingsViewModelBase.cs (3)
37
_ =
_tableManager
.AddSource(this);
77
_tableManager
,
88
public void ShutDown() => _ =
_tableManager
.RemoveSource(this);