2 references to OnTextViewClosed
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Extensions\ITextViewExtensions.PerSubjectBufferProperty.cs (2)
87
_textView.Closed +=
OnTextViewClosed
;
93
_textView.Closed -=
OnTextViewClosed
;