1 write to _state
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.cs (1)
59_state = new ReferenceCountedDisposable<State>(new State(this, owner, textView, textBuffer));
8 references to _state
Microsoft.CodeAnalysis.EditorFeatures.Wpf (8)
Suggestions\SuggestedActionsSource.cs (8)
61_state.Target.TextView.Closed += OnTextViewClosed; 66_state.Dispose(); 69protected ReferenceCountedDisposable<State> SourceState => _state; 75using var state = _state.TryAddReference(); 141using var state = _state.TryAddReference(); 403using var state = _state.TryAddReference(); 461using var state = _state.TryAddReference(); 517using var state = _state.TryAddReference();