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;
85
ViewIncludesBufferFromWorkspace(
_textView
, _renameService.ActiveSession.Workspace))
114
if (!
_textView
.HasAggregateFocus)
123
var selectionSpan =
_textView
.Selection.SelectedSpans.First();
145
_textView
,