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