11 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (11)
CodeActions\CodeActionEditHandlerService.cs (11)
72new SolutionPreviewResult(_threadingContext, new SolutionPreviewItem( 83new SolutionPreviewResult(_threadingContext, new SolutionPreviewItem( 104await this._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 141_threadingContext.ThrowIfNotOnUIThread(); 267await this._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 282_threadingContext.ThrowIfNotOnUIThread(); 301this._threadingContext, workspace, navigationOperation.DocumentId, navigationOperation.Position, cancellationToken).ConfigureAwait(false); 310this._threadingContext, workspace, renameOperation.DocumentId, renameOperation.Position, cancellationToken).ConfigureAwait(true)) 332this._threadingContext, workspace, documentId, navigationToken.Value.SpanStart, cancellationToken).ConfigureAwait(false); 357this._threadingContext, editorWorkspace, documentId, resolvedRenameToken.Span, cancellationToken).ConfigureAwait(false)) 375await this._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);