1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\ITextViewExtensions.AutoClosingViewProperty.cs (1)
74_textView = textView;
3 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Extensions\ITextViewExtensions.AutoClosingViewProperty.cs (3)
75_textView.Closed += OnTextViewClosed; 80_textView.Closed -= OnTextViewClosed; 81_textView.Properties.RemoveProperty(typeof(AutoClosingViewProperty<TProperty, TTextView>));