1 write to _state
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.cs (1)
55_state = new ReferenceCountedDisposable<State>(new State(this, owner, textView, textBuffer));
7 references to _state
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
Suggestions\SuggestedActionsSource.cs (6)
57_state.Target.TextView.Closed += OnTextViewClosed; 62=> _state.Dispose(); 68using var state = _state.TryAddReference(); 169using var state = _state.TryAddReference(); 225using var state = _state.TryAddReference(); 279using var state = _state.TryAddReference();
Suggestions\SuggestedActionsSource_Async.cs (1)
72using var state = _state.TryAddReference();