1 type derived from ProjectSystemProjectCreationInfo
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioProjectCreationInfo.cs (1)
12
internal sealed class VisualStudioProjectCreationInfo :
ProjectSystemProjectCreationInfo
1 reference to ProjectSystemProjectCreationInfo
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
79
public async Task<ProjectSystemProject> CreateAndAddToWorkspaceAsync(string projectSystemName, string language,
ProjectSystemProjectCreationInfo
creationInfo, ProjectSystemHostInfo hostInfo)