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