1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
143_threadingContext = threadingContext;
31 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (31)
InlineRename\InlineRenameSession.cs (24)
255_threadingContext.ThrowIfNotOnUIThread(); 279_threadingContext.ThrowIfNotOnUIThread(); 294_threadingContext.ThrowIfNotOnUIThread(); 302AllRenameLocationsTask = _threadingContext.JoinableTaskFactory.RunAsync(async () => 316await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 355_threadingContext.ThrowIfNotOnUIThread(); 364_threadingContext.ThrowIfNotOnUIThread(); 400_threadingContext.ThrowIfNotOnUIThread(); 418_threadingContext.ThrowIfNotOnUIThread(); 446_threadingContext.ThrowIfNotOnUIThread(); 454_threadingContext.ThrowIfNotOnUIThread(); 502_threadingContext.JoinableTaskFactory.RunAsync(async () => 504await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true); 512_threadingContext.ThrowIfNotOnUIThread(); 530_conflictResolutionTask = _threadingContext.JoinableTaskFactory.RunAsync(async () => 559var replacementOperation = _threadingContext.JoinableTaskFactory.RunAsync(async () => 586await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 607_threadingContext.ThrowIfNotOnUIThread(); 646_threadingContext.ThrowIfNotOnUIThread(); 663_threadingContext.ThrowIfNotOnUIThread(); 729await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 814await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 840await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 891_threadingContext.ThrowIfNotOnUIThread();
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (7)
99_session._threadingContext.ThrowIfNotOnUIThread(); 171_session._threadingContext.ThrowIfNotOnUIThread(); 220_session._threadingContext.ThrowIfNotOnUIThread(); 273_session._threadingContext.ThrowIfNotOnUIThread(); 295_session._threadingContext.ThrowIfNotOnUIThread(); 317_session._threadingContext.ThrowIfNotOnUIThread(); 589_session._threadingContext.ThrowIfNotOnUIThread();