1 instantiation of State
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource.cs (1)
52_state = new ReferenceCountedDisposable<State>(new State(this, owner, textView, textBuffer));
4 references to State
Microsoft.CodeAnalysis.EditorFeatures (4)
Suggestions\SuggestedActionsSource.cs (3)
33private readonly ReferenceCountedDisposable<State> _state; 52_state = new ReferenceCountedDisposable<State>(new State(this, owner, textView, textBuffer)); 125private TextSpan? TryGetCodeRefactoringSelection(ReferenceCountedDisposable<State> state, SnapshotSpan range)
Suggestions\SuggestedActionsSource_Async.cs (1)
198ReferenceCountedDisposable<State> state,