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