1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource.State.cs (1)
28TextView = textView;
6 references to TextView
Microsoft.CodeAnalysis.EditorFeatures (6)
Suggestions\SuggestedActionsSource.cs (4)
54_state.Target.TextView.Closed += OnTextViewClosed; 110var 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)
34if (TextView != null) 35TextView.Closed -= _source.OnTextViewClosed;