1 write to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\ModelComputation.cs (1)
64
ThreadingContext
= threadingContext;
23 references to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (11)
IntelliSense\ModelComputation.cs (8)
42
ThreadingContext
.ThrowIfNotOnUIThread();
79
ThreadingContext
.ThrowIfNotOnUIThread();
88
ThreadingContext
.ThrowIfNotOnUIThread();
98
ThreadingContext
.ThrowIfNotOnUIThread();
114
ThreadingContext
.ThrowIfNotOnUIThread();
134
ThreadingContext
.ThrowIfNotOnUIThread();
159
await
ThreadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _stopCancellationToken);
182
this.
ThreadingContext
.ThrowIfNotOnUIThread();
IntelliSense\Session.cs (3)
43
Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
50
Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
58
Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (6)
Controller.Session.cs (2)
25
this.Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
32
this.Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
Controller.Session_ComputeModel.cs (2)
33
this.Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
58
this.Computation.
ThreadingContext
.ThrowIfNotOnBackgroundThread();
Controller.Session_SetModelSelectedItem.cs (2)
20
this.Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
31
this.Computation.
ThreadingContext
.ThrowIfNotOnBackgroundThread();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
SignatureHelp\Controller.Session.cs (2)
25
this.Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
32
this.Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
SignatureHelp\Controller.Session_ComputeModel.cs (2)
33
this.Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
58
this.Computation.
ThreadingContext
.ThrowIfNotOnBackgroundThread();
SignatureHelp\Controller.Session_SetModelSelectedItem.cs (2)
20
this.Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
31
this.Computation.
ThreadingContext
.ThrowIfNotOnBackgroundThread();