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