1 write to _triggerView
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
182_triggerView = textBufferAssociatedViewService.GetAssociatedTextViews(triggerSpan.Snapshot.TextBuffer).FirstOrDefault(v => v.HasAggregateFocus) ??
7 references to _triggerView
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\InlineRenameSession.cs (7)
249var selections = _triggerView.Selection.GetSnapshotSpansOnBuffer(triggerSpan.Snapshot.TextBuffer); 254_triggerView.SetSelection(new SnapshotSpan(triggerSpan.Snapshot, startingSpan)); 257this.UndoManager.CreateInitialState(this.ReplacementText, _triggerView.Selection, new SnapshotSpan(triggerSpan.Snapshot, startingSpan)); 726if (_triggerView != null && !_triggerView.IsClosed) 728_triggerView.Selection.Clear(); 834_triggerView, TriggerSpan, EditorFeaturesResources.Computing_Rename_information,