2 references to OnTextViewClosed
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AbstractController.cs (2)
58
this.TextView.Closed +=
OnTextViewClosed
;
75
this.TextView.Closed -=
OnTextViewClosed
;