2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Utilities\WorkspaceThreadingService.cs (2)
21public bool IsOnMainThread => _threadingContext.JoinableTaskContext.IsOnMainThread; 25return _threadingContext.JoinableTaskFactory.Run(asyncMethod);