1 write to _view
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
46_view = view;
4 references to _view
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineHints\InlineHintsKeyProcessorProvider.cs (4)
47_view.Closed += OnViewClosed; 48_view.LostAggregateFocus += OnLostFocus; 63_view.Closed -= OnViewClosed; 64_view.LostAggregateFocus -= OnLostFocus;