1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
154_threadingContext = threadingContext;
12 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (12)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (12)
73_threadingContext.ThrowIfNotOnUIThread(); 78_threadingContext.ThrowIfNotOnUIThread(); 117_threadingContext.ThrowIfNotOnUIThread(); 177_threadingContext.ThrowIfNotOnUIThread(); 201await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 248await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(_threadingContext.DisposalToken); 262await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 289_threadingContext.ThrowIfNotOnUIThread(); 321_threadingContext.ThrowIfNotOnUIThread(); 336_threadingContext.ThrowIfNotOnUIThread(); 364_threadingContext.ThrowIfNotOnUIThread();