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