1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\InlineRenameAdornmentManager.cs (1)
49_textView = textView;
7 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
InlineRename\UI\InlineRenameAdornmentManager.cs (7)
57_textView.Closed += OnTextViewClosed; 65_textView.Closed -= OnTextViewClosed; 79ViewIncludesBufferFromWorkspace(_textView, _renameService.ActiveSession.Workspace)) 111if (!_textView.HasAggregateFocus) 120var selectionSpan = _textView.Selection.SelectedSpans.First(); 134_textView, 146_textView);