1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameService.cs (1)
57_threadingContext = threadingContext;
6 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\InlineRenameService.cs (6)
73return _threadingContext.JoinableTaskFactory.Run(() => StartInlineSessionAsync(document, textSpan, cancellationToken)); 90_threadingContext, renameInfo, document, cancellationToken).ConfigureAwait(false); 117await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 119_threadingContext, 184_threadingContext.ThrowIfNotOnUIThread(); 191_threadingContext.ThrowIfNotOnUIThread();