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();
69
protected ReferenceCountedDisposable<State> SourceState =>
_state
;
75
using var state =
_state
.TryAddReference();
141
using var state =
_state
.TryAddReference();
403
using var state =
_state
.TryAddReference();
461
using var state =
_state
.TryAddReference();
517
using var state =
_state
.TryAddReference();