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)
33private readonly ReferenceCountedDisposable<State> _state; 52_state = new ReferenceCountedDisposable<State>(new State(this, owner, textView, textBuffer)); 106private TextSpan? TryGetCodeRefactoringSelection(ReferenceCountedDisposable<State> state, SnapshotSpan range)
Suggestions\SuggestedActionsSource_Async.cs (2)
196ReferenceCountedDisposable<State> state, 205var target = state.Target;