7 instantiations of VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
109new VisualStudioProjectCreationInfo
ProjectSystem\VisualStudioProjectFactory.cs (2)
62=> CreateAndAddToWorkspaceAsync(projectSystemName, language, new VisualStudioProjectCreationInfo(), cancellationToken); 138var projectInfo = new VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
126var creationInfo = new VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
ProjectSystemShim\VisualStudioProjectTests\FileChangeTests.vb (2)
19Dim projectInfo = New VisualStudioProjectCreationInfo 43Dim projectInfo = New VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
149var projectInfo = new VisualStudioProjectCreationInfo
4 references to VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioProjectFactory.cs (2)
65string projectSystemName, string language, VisualStudioProjectCreationInfo creationInfo, CancellationToken cancellationToken) 138var projectInfo = new VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
126var creationInfo = new VisualStudioProjectCreationInfo
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\XamlProjectService.cs (1)
149var projectInfo = new VisualStudioProjectCreationInfo