1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractInterface\AbstractExtractInterfaceCommandHandler.cs (1)
29
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (3)
ExtractInterface\AbstractExtractInterfaceCommandHandler.cs (3)
55
context.OperationContext,
_threadingContext
);
67
_threadingContext
.JoinableTaskFactory.Run(async () =>
93
_threadingContext
, workspace, result.NavigationDocumentId, position: 0, CancellationToken.None).ConfigureAwait(false);