1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedActionsSource.State.cs (1)
34
TextView
= textView;
6 references to TextView
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (6)
SuggestedActionsSource.cs (4)
61
_state.Target.
TextView
.Closed += OnTextViewClosed;
490
var 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)
41
if (
TextView
!= null)
42
TextView
.Closed -= _source.OnTextViewClosed;