1 write to _view
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
70_view = view;
4 references to _view
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineHints\InlineHintsKeyProcessorProvider.cs (4)
71_view.Closed += OnViewClosed; 72_view.LostAggregateFocus += OnLostFocus; 87_view.Closed -= OnViewClosed; 88_view.LostAggregateFocus -= OnLostFocus;