1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
153_threadingContext = threadingContext;
12 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (12)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (12)
72_threadingContext.ThrowIfNotOnUIThread(); 77_threadingContext.ThrowIfNotOnUIThread(); 116_threadingContext.ThrowIfNotOnUIThread(); 176_threadingContext.ThrowIfNotOnUIThread(); 199await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 249await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(_threadingContext.DisposalToken); 262await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 289_threadingContext.ThrowIfNotOnUIThread(); 321_threadingContext.ThrowIfNotOnUIThread(); 336_threadingContext.ThrowIfNotOnUIThread(); 364_threadingContext.ThrowIfNotOnUIThread();