3 references to CreateAndAddToWorkspaceAsync
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
109
ProjectSystemProject = threadingContext.JoinableTaskFactory.Run(() => projectFactory.
CreateAndAddToWorkspaceAsync
(
ProjectSystem\VisualStudioProjectFactory.cs (2)
76
=>
CreateAndAddToWorkspaceAsync
(projectSystemName, language, new VisualStudioProjectCreationInfo(), cancellationToken);
137
var visualStudioProject = await this.
CreateAndAddToWorkspaceAsync
(projectSystemName, language, projectInfo, cancellationToken).ConfigureAwait(false);