1 write to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\ModelComputation.cs (1)
63
ThreadingContext
= threadingContext;
11 references to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (11)
IntelliSense\ModelComputation.cs (8)
41
ThreadingContext
.ThrowIfNotOnUIThread();
78
ThreadingContext
.ThrowIfNotOnUIThread();
87
ThreadingContext
.ThrowIfNotOnUIThread();
97
ThreadingContext
.ThrowIfNotOnUIThread();
113
ThreadingContext
.ThrowIfNotOnUIThread();
133
ThreadingContext
.ThrowIfNotOnUIThread();
158
await
ThreadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _stopCancellationToken);
181
this.
ThreadingContext
.ThrowIfNotOnUIThread();
IntelliSense\Session.cs (3)
42
Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
49
Computation.
ThreadingContext
.ThrowIfNotOnUIThread();
57
Computation.
ThreadingContext
.ThrowIfNotOnUIThread();