1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
161_threadingContext = threadingContext;
12 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (12)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (12)
78_threadingContext.ThrowIfNotOnUIThread(); 83_threadingContext.ThrowIfNotOnUIThread(); 124_threadingContext.ThrowIfNotOnUIThread(); 184_threadingContext.ThrowIfNotOnUIThread(); 207await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 257await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(_threadingContext.DisposalToken); 270await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 297_threadingContext.ThrowIfNotOnUIThread(); 329_threadingContext.ThrowIfNotOnUIThread(); 344_threadingContext.ThrowIfNotOnUIThread(); 372_threadingContext.ThrowIfNotOnUIThread();