1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\TaggerMainThreadManager.cs (1)
28
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (3)
Tagging\TaggerMainThreadManager.cs (3)
79
if (
_threadingContext
.JoinableTaskContext.IsOnMainThread)
86
var registration =
_threadingContext
.DisposalToken.Register(
117
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(queueCancellationToken);