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