1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\InlineRenameAdornmentManager.cs (1)
52_textView = textView;
6 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\UI\InlineRenameAdornmentManager.cs (6)
62_textView.Closed += OnTextViewClosed; 70_textView.Closed -= OnTextViewClosed; 84ViewIncludesBufferFromWorkspace(_textView, _renameService.ActiveSession.Workspace)) 113if (!_textView.HasAggregateFocus) 122var selectionSpan = _textView.Selection.SelectedSpans.First(); 144_textView,