1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
CodeActions\CodeActionEditHandlerService.cs (1)
44_threadingContext = threadingContext;
10 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (10)
CodeActions\CodeActionEditHandlerService.cs (10)
82new SolutionPreviewResult(_threadingContext, new SolutionPreviewItem( 93new SolutionPreviewResult(_threadingContext, new SolutionPreviewItem( 114await this._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 151_threadingContext.ThrowIfNotOnUIThread(); 277await this._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 292_threadingContext.ThrowIfNotOnUIThread(); 311this._threadingContext, workspace, navigationOperation.DocumentId, navigationOperation.Position, cancellationToken).ConfigureAwait(false); 329this._threadingContext, workspace, documentId, navigationToken.Value.SpanStart, cancellationToken).ConfigureAwait(false); 354this._threadingContext, editorWorkspace, documentId, resolvedRenameToken.Span, cancellationToken).ConfigureAwait(false)) 372await this._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);