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>));