1 type derived from ProjectSystemProjectCreationInfo
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioProjectCreationInfo.cs (1)
11internal sealed class VisualStudioProjectCreationInfo : ProjectSystemProjectCreationInfo
2 instantiations of ProjectSystemProjectCreationInfo
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LanguageServerProjectLoader.cs (1)
324var projectCreationInfo = new ProjectSystemProjectCreationInfo
HostWorkspace\WorkspaceProjectFactoryService.cs (1)
52new Workspaces.ProjectSystem.ProjectSystemProjectCreationInfo { FilePath = creationInfo.FilePath },
2 references to ProjectSystemProjectCreationInfo
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerProjectLoader.cs (1)
324var projectCreationInfo = new ProjectSystemProjectCreationInfo
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
100public async Task<ProjectSystemProject> CreateAndAddToWorkspaceAsync(string projectSystemName, string language, ProjectSystemProjectCreationInfo creationInfo, ProjectSystemHostInfo hostInfo)