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)
166
ReferenceCountedDisposable<
State
> state,
SuggestedActionsSource.cs (9)
41
private readonly ReferenceCountedDisposable<
State
> _state;
59
_state = new ReferenceCountedDisposable<
State
>(new State(this, owner, textView, textBuffer));
69
protected ReferenceCountedDisposable<
State
> SourceState => _state;
197
ReferenceCountedDisposable<
State
> state,
260
ReferenceCountedDisposable<
State
> state,
300
ReferenceCountedDisposable<
State
> state,
352
private async Task<TextSpan?> GetSpanAsync(ReferenceCountedDisposable<
State
> state, SnapshotSpan range, CancellationToken cancellationToken)
415
ReferenceCountedDisposable<
State
> state,
486
protected TextSpan? TryGetCodeRefactoringSelection(ReferenceCountedDisposable<
State
> state, SnapshotSpan range)