1 instantiation of State
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource.cs (1)
52
_state = new ReferenceCountedDisposable<State>(new
State
(this, owner, textView, textBuffer));
5 references to State
Microsoft.CodeAnalysis.EditorFeatures (5)
Suggestions\SuggestedActionsSource.cs (3)
33
private readonly ReferenceCountedDisposable<
State
> _state;
52
_state = new ReferenceCountedDisposable<
State
>(new State(this, owner, textView, textBuffer));
106
private TextSpan? TryGetCodeRefactoringSelection(ReferenceCountedDisposable<
State
> state, SnapshotSpan range)
Suggestions\SuggestedActionsSource_Async.cs (2)
196
ReferenceCountedDisposable<
State
> state,
205
var
target = state.Target;