13 references to ProjectAdded
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
41case WorkspaceChangeKind.ProjectAdded:
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
265case WorkspaceChangeKind.ProjectAdded:
SolutionCrawler\WorkCoordinator.cs (1)
214case WorkspaceChangeKind.ProjectAdded:
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (1)
601WorkspaceChangeKind.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 (4)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
91case WorkspaceChangeKind.ProjectAdded:
Packaging\PackageInstallerServiceFactory.cs (1)
437case WorkspaceChangeKind.ProjectAdded:
TableDataSource\AbstractTable.cs (1)
40case WorkspaceChangeKind.ProjectAdded:
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
280case WorkspaceChangeKind.ProjectAdded:
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\ProjectCodeModelFactory.cs (1)
156case WorkspaceChangeKind.ProjectAdded:
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (1)
54case WorkspaceChangeKind.ProjectAdded:
Roslyn.VisualStudio.Next.UnitTests (1)
Services\SolutionAssetCacheTests.cs (1)
103workspace.SetCurrentSolution(solution => solution.AddProject("Project", "Assembly", LanguageNames.CSharp).Solution, WorkspaceChangeKind.ProjectAdded);