1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\ITextViewExtensions.PerSubjectBufferProperty.cs (1)
85_textView = textView;
5 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (5)
Shared\Extensions\ITextViewExtensions.PerSubjectBufferProperty.cs (5)
87_textView.Closed += OnTextViewClosed; 88_textView.BufferGraph.GraphBuffersChanged += OnTextViewBufferGraphChanged; 93_textView.Closed -= OnTextViewClosed; 94_textView.BufferGraph.GraphBuffersChanged -= OnTextViewBufferGraphChanged; 97_textView.Properties.RemoveProperty(typeof(PerSubjectBufferProperty<TProperty, TTextView>));