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();
64
using var state =
_state
.TryAddReference();
165
using var state =
_state
.TryAddReference();
221
using var state =
_state
.TryAddReference();
275
using var state =
_state
.TryAddReference();
Suggestions\SuggestedActionsSource_Async.cs (1)
72
using var state =
_state
.TryAddReference();