2 writes to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (2)
273_oleComponent = OleComponent.CreateHostedComponent("Microsoft CodeAnalysis Inline Rename"); 285_oleComponent = null;
7 references to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (7)
271Debug.Assert(_oleComponent is null); 274_oleComponent.PreTranslateMessage += OnPreTranslateMessage; 275_oleComponent.BeginTracking(); 280if (_oleComponent is not null) 282_oleComponent.EndTracking(); 283_oleComponent.PreTranslateMessage -= OnPreTranslateMessage; 284_oleComponent.Dispose();