1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\CommandHandlers\AbstractRenameCommandHandler.cs (1)
30_threadingContext = threadingContext;
2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (2)
53_threadingContext.ThrowIfNotOnUIThread(); 134await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync();