11 references to ProjectId
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Workspace.cs (8)
1869this.ApplyCompilationOptionsChanged(projectChanges.ProjectId, newOptionsWithoutSyntaxTreeOptionsChange!); 1875this.ApplyParseOptionsChanged(projectChanges.ProjectId, projectChanges.NewProject.ParseOptions!); 1881this.ApplyProjectReferenceRemoved(projectChanges.ProjectId, removedProjectReference); 1887this.ApplyProjectReferenceAdded(projectChanges.ProjectId, addedProjectReference); 1893this.ApplyMetadataReferenceRemoved(projectChanges.ProjectId, metadata); 1899this.ApplyMetadataReferenceAdded(projectChanges.ProjectId, metadata); 1905this.ApplyAnalyzerReferenceRemoved(projectChanges.ProjectId, analyzerReference); 1911this.ApplyAnalyzerReferenceAdded(projectChanges.ProjectId, analyzerReference);
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildWorkspace.cs (3)
354projectChanges.ProjectId)); 367Reporter.Report(new ProjectDiagnostic(WorkspaceDiagnosticKind.Failure, exception.Message, projectChanges.ProjectId)); 384Reporter.Report(new ProjectDiagnostic(WorkspaceDiagnosticKind.Failure, exception.Message, projectChanges.ProjectId));