1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource.State.cs (1)
28
TextView
= textView;
6 references to TextView
Microsoft.CodeAnalysis.EditorFeatures (6)
Suggestions\SuggestedActionsSource.cs (4)
54
_state.Target.
TextView
.Closed += OnTextViewClosed;
110
var selectedSpans = state.Target.
TextView
.Selection.SelectedSpans
111
.SelectMany(ss => state.Target.
TextView
.BufferGraph.MapDownToBuffer(ss, SpanTrackingMode.EdgeExclusive, state.Target.SubjectBuffer))
112
.Where(ss => !state.Target.
TextView
.IsReadOnlyOnSurfaceBuffer(ss))
Suggestions\SuggestedActionsSource.State.cs (2)
34
if (
TextView
!= null)
35
TextView
.Closed -= _source.OnTextViewClosed;