1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\InlineRenameAdornmentManager.cs (1)
53_textView = textView;
6 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\UI\InlineRenameAdornmentManager.cs (6)
63_textView.Closed += OnTextViewClosed; 71_textView.Closed -= OnTextViewClosed; 85ViewIncludesBufferFromWorkspace(_textView, _renameService.ActiveSession.Workspace)) 114if (!_textView.HasAggregateFocus) 123var selectionSpan = _textView.Selection.SelectedSpans.First(); 145_textView,