1 write to _state
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource.cs (1)
52_state = new ReferenceCountedDisposable<State>(new State(this, owner, textView, textBuffer));
7 references to _state
Microsoft.CodeAnalysis.EditorFeatures (7)
Suggestions\SuggestedActionsSource.cs (6)
54_state.Target.TextView.Closed += OnTextViewClosed; 58=> _state.Dispose(); 64using var state = _state.TryAddReference(); 165using var state = _state.TryAddReference(); 221using var state = _state.TryAddReference(); 275using var state = _state.TryAddReference();
Suggestions\SuggestedActionsSource_Async.cs (1)
72using var state = _state.TryAddReference();