1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Interop\CleanableWeakComHandleTable.cs (1)
52_threadingContext = threadingContext;
8 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (8)
Interop\CleanableWeakComHandleTable.cs (8)
65Debug.Assert(_threadingContext.JoinableTaskContext.IsOnMainThread, "This method is optimized for cases where calls do not yield before checking _needsCleanUp."); 67await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(_threadingContext.DisposalToken); 139await listener.Delay(DelayTimeSpan.NearImmediate, _threadingContext.DisposalToken).ConfigureAwait(true); 146_threadingContext.ThrowIfNotOnUIThread(); 170_threadingContext.ThrowIfNotOnUIThread(); 185_threadingContext.ThrowIfNotOnUIThread(); 192_threadingContext.ThrowIfNotOnUIThread();