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; 450if (_oleComponent != null) 452_oleComponent.Dispose();