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)
82
new SolutionPreviewResult(
_threadingContext
, new SolutionPreviewItem(
93
new SolutionPreviewResult(
_threadingContext
, new SolutionPreviewItem(
114
await this.
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
151
_threadingContext
.ThrowIfNotOnUIThread();
277
await this.
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
292
_threadingContext
.ThrowIfNotOnUIThread();
311
this.
_threadingContext
, workspace, navigationOperation.DocumentId, navigationOperation.Position, cancellationToken).ConfigureAwait(false);
329
this.
_threadingContext
, workspace, documentId, navigationToken.Value.SpanStart, cancellationToken).ConfigureAwait(false);
354
this.
_threadingContext
, editorWorkspace, documentId, resolvedRenameToken.Span, cancellationToken).ConfigureAwait(false))
372
await this.
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);