2 writes to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (2)
276_oleComponent = OleComponent.CreateHostedComponent("Microsoft CodeAnalysis Inline Rename"); 288_oleComponent = null;
7 references to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (7)
274Debug.Assert(_oleComponent is null); 277_oleComponent.PreTranslateMessage += OnPreTranslateMessage; 278_oleComponent.BeginTracking(); 283if (_oleComponent is not null) 285_oleComponent.EndTracking(); 286_oleComponent.PreTranslateMessage -= OnPreTranslateMessage; 287_oleComponent.Dispose();