1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.State.cs (1)
32
TextView
= textView;
2 references to TextView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\SuggestedActionsSource.State.cs (2)
39
if (
TextView
!= null)
40
TextView
.Closed -= _source.OnTextViewClosed;