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