1 type derived from ProjectSystemProjectCreationInfo
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioProjectCreationInfo.cs (1)
11internal sealed class VisualStudioProjectCreationInfo : ProjectSystemProjectCreationInfo
3 instantiations of ProjectSystemProjectCreationInfo
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LanguageServerProjectLoader.cs (1)
332var projectCreationInfo = new ProjectSystemProjectCreationInfo
HostWorkspace\WorkspaceProjectFactoryService.cs (1)
52new Workspaces.ProjectSystem.ProjectSystemProjectCreationInfo { FilePath = creationInfo.FilePath },
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
FileBasedProgramsWorkspaceTests.cs (1)
60new ProjectSystemProjectCreationInfo { AssemblyName = Guid.NewGuid().ToString() },
2 references to ProjectSystemProjectCreationInfo
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerProjectLoader.cs (1)
332var 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)