1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\InlineRenameAdornmentManager.cs (1)
56_textView = textView;
6 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
InlineRename\UI\InlineRenameAdornmentManager.cs (6)
66_textView.Closed += OnTextViewClosed; 74_textView.Closed -= OnTextViewClosed; 88ViewIncludesBufferFromWorkspace(_textView, _renameService.ActiveSession.Workspace)) 117if (!_textView.HasAggregateFocus) 126var selectionSpan = _textView.Selection.SelectedSpans.First(); 148_textView,