1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Snippets\SnippetFunctions\AbstractSnippetFunction.cs (1)
26
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
Snippets\SnippetFunctions\AbstractSnippetFunction.cs (2)
34
(var exitCode, value, hasDefaultValue) =
_threadingContext
.JoinableTaskFactory.Run(() => GetDefaultValueAsync(cancellationToken));
45
(var exitCode, value, hasCurrentValue) =
_threadingContext
.JoinableTaskFactory.Run(() => GetCurrentValueAsync(cancellationToken));