2 references to RefreshProjectExistsUIContextForLanguageAsync
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioProjectFactory.cs (1)
111
await _visualStudioWorkspaceImpl.
RefreshProjectExistsUIContextForLanguageAsync
(language, cancellationToken).ConfigureAwait(true);
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1568
await
RefreshProjectExistsUIContextForLanguageAsync
(project.Language, cancellationToken).ConfigureAwait(false);