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;
84
ViewIncludesBufferFromWorkspace(
_textView
, _renameService.ActiveSession.Workspace))
113
if (!
_textView
.HasAggregateFocus)
122
var selectionSpan =
_textView
.Selection.SelectedSpans.First();
144
_textView
,