2 writes to _oleComponent
Microsoft.VisualStudio.LanguageServices (2)
KeybindingReset\KeybindingResetDetector.cs (2)
151
_oleComponent
= OleComponent.CreateHostedComponent("Keybinding Reset Detector");
453
_oleComponent
= null;
3 references to _oleComponent
Microsoft.VisualStudio.LanguageServices (3)
KeybindingReset\KeybindingResetDetector.cs (3)
152
_oleComponent
.ModalStateChanged += OnModalStateChanged;
450
if (
_oleComponent
!= null)
452
_oleComponent
.Dispose();