1 implementation of CreateAndAddToWorkspaceAsync
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioProjectFactory.cs (1)
131async ValueTask<VSTypeScriptVisualStudioProjectWrapper> IVsTypeScriptVisualStudioProjectFactory.CreateAndAddToWorkspaceAsync(
1 reference to CreateAndAddToWorkspaceAsync
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioProjectFactory.cs (1)
128await ((IVsTypeScriptVisualStudioProjectFactory)this).CreateAndAddToWorkspaceAsync(projectSystemName, language, projectFilePath, hierarchy, projectGuid, CancellationToken.None).ConfigureAwait(false));