1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (1)
29
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (2)
184
_ruleSetManager.
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
187
await _ruleSetManager.
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _disposalToken);