4 instantiations of VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
112new VisualStudioProjectCreationInfo
ProjectSystem\VisualStudioProjectFactory.cs (2)
72=> CreateAndAddToWorkspaceAsync(projectSystemName, language, new VisualStudioProjectCreationInfo(), cancellationToken); 123var projectInfo = new VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
154var projectInfo = new VisualStudioProjectCreationInfo
3 references to VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioProjectFactory.cs (2)
75string projectSystemName, string language, VisualStudioProjectCreationInfo creationInfo, CancellationToken cancellationToken) 123var projectInfo = new VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
154var projectInfo = new VisualStudioProjectCreationInfo