3 instantiations of VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
111new VisualStudioProjectCreationInfo
ProjectSystem\VisualStudioProjectFactory.cs (2)
81=> CreateAndAddToWorkspaceAsync(projectSystemName, language, new VisualStudioProjectCreationInfo(), cancellationToken); 136var projectInfo = new VisualStudioProjectCreationInfo
2 references to VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioProjectFactory.cs (2)
84string projectSystemName, string language, VisualStudioProjectCreationInfo creationInfo, CancellationToken cancellationToken) 136var projectInfo = new VisualStudioProjectCreationInfo