1 write to _state
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.cs (1)
57_state = new ReferenceCountedDisposable<State>(new State(this, owner, textView, textBuffer));
7 references to _state
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
Suggestions\SuggestedActionsSource.cs (6)
59_state.Target.TextView.Closed += OnTextViewClosed; 64=> _state.Dispose(); 70using var state = _state.TryAddReference(); 171using var state = _state.TryAddReference(); 227using var state = _state.TryAddReference(); 281using var state = _state.TryAddReference();
Suggestions\SuggestedActionsSource_Async.cs (1)
73using var state = _state.TryAddReference();