9 references to ProjectAdded
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
61case WorkspaceChangeKind.ProjectAdded:
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
168case WorkspaceChangeKind.ProjectAdded:
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
173: (WorkspaceChangeKind.ProjectAdded, projectId, documentId: null);
Workspace\Workspace.cs (1)
846WorkspaceChangeKind.ProjectAdded, projectId: projectInfo.Id);
Workspace\WorkspaceChangeEventArgs.cs (2)
43/// <item><see cref="WorkspaceChangeKind.ProjectAdded"/></item> 53/// to a document (for example <see cref="WorkspaceChangeKind.ProjectAdded"/>. Should be non-<see
Microsoft.VisualStudio.LanguageServices (2)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
95case WorkspaceChangeKind.ProjectAdded:
Packaging\PackageInstallerServiceFactory.cs (1)
436case WorkspaceChangeKind.ProjectAdded:
Roslyn.VisualStudio.Next.UnitTests (1)
Services\SolutionAssetCacheTests.cs (1)
108workspace.SetCurrentSolution(solution => solution.AddProject("Project", "Assembly", LanguageNames.CSharp).Solution, WorkspaceChangeKind.ProjectAdded);