1 write to _componentId
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorPane.cs (1)
84var hr = componentManager.FRegisterComponent(this, componentRegistrationInfo, out _componentId);
2 references to _componentId
Microsoft.VisualStudio.LanguageServices (2)
EditorConfigSettings\SettingsEditorPane.cs (2)
71if (_componentId == default && this.TryGetService<SOleComponentManager, IOleComponentManager>(_threadingContext.JoinableTaskFactory, out var componentManager)) 255_ = componentManager.FRevokeComponent(_componentId);