1 instantiation of State
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedActionsSource.cs (1)
59_state = new ReferenceCountedDisposable<State>(new State(this, owner, textView, textBuffer));
10 references to State
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (10)
AsyncSuggestedActionsSource.cs (1)
166ReferenceCountedDisposable<State> state,
SuggestedActionsSource.cs (9)
41private readonly ReferenceCountedDisposable<State> _state; 59_state = new ReferenceCountedDisposable<State>(new State(this, owner, textView, textBuffer)); 69protected ReferenceCountedDisposable<State> SourceState => _state; 197ReferenceCountedDisposable<State> state, 260ReferenceCountedDisposable<State> state, 300ReferenceCountedDisposable<State> state, 352private async Task<TextSpan?> GetSpanAsync(ReferenceCountedDisposable<State> state, SnapshotSpan range, CancellationToken cancellationToken) 415ReferenceCountedDisposable<State> state, 486protected TextSpan? TryGetCodeRefactoringSelection(ReferenceCountedDisposable<State> state, SnapshotSpan range)