1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\TaggerMainThreadManager.cs (1)
29
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (3)
Tagging\TaggerMainThreadManager.cs (3)
80
if (
_threadingContext
.JoinableTaskContext.IsOnMainThread)
87
var registration =
_threadingContext
.DisposalToken.Register(
118
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(queueCancellationToken);