1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (1)
52
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (2)
83
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
148
_threadingContext
, document.Id, document.HintName, document.Project.Language, _workspace));