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