1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedActionsSource.State.cs (1)
34TextView = textView;
6 references to TextView
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (6)
SuggestedActionsSource.cs (4)
61_state.Target.TextView.Closed += OnTextViewClosed; 490var selectedSpans = state.Target.TextView.Selection.SelectedSpans 491.SelectMany(ss => state.Target.TextView.BufferGraph.MapDownToBuffer(ss, SpanTrackingMode.EdgeExclusive, state.Target.SubjectBuffer)) 492.Where(ss => !state.Target.TextView.IsReadOnlyOnSurfaceBuffer(ss))
SuggestedActionsSource.State.cs (2)
41if (TextView != null) 42TextView.Closed -= _source.OnTextViewClosed;