13 references to ProjectId
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Workspace.cs (8)
1866
this.ApplyCompilationOptionsChanged(projectChanges.
ProjectId
, newOptionsWithoutSyntaxTreeOptionsChange!);
1872
this.ApplyParseOptionsChanged(projectChanges.
ProjectId
, projectChanges.NewProject.ParseOptions!);
1878
this.ApplyProjectReferenceRemoved(projectChanges.
ProjectId
, removedProjectReference);
1884
this.ApplyProjectReferenceAdded(projectChanges.
ProjectId
, addedProjectReference);
1890
this.ApplyMetadataReferenceRemoved(projectChanges.
ProjectId
, metadata);
1896
this.ApplyMetadataReferenceAdded(projectChanges.
ProjectId
, metadata);
1902
this.ApplyAnalyzerReferenceRemoved(projectChanges.
ProjectId
, analyzerReference);
1908
this.ApplyAnalyzerReferenceAdded(projectChanges.
ProjectId
, analyzerReference);
Microsoft.CodeAnalysis.Workspaces.MSBuild (5)
MSBuild\MSBuildWorkspace.cs (5)
354
projectChanges.
ProjectId
));
364
projectChanges.
ProjectId
));
375
Reporter.Report(new ProjectDiagnostic(WorkspaceDiagnosticKind.Failure, exception.Message, projectChanges.
ProjectId
));
392
Reporter.Report(new ProjectDiagnostic(WorkspaceDiagnosticKind.Failure, exception.Message, projectChanges.
ProjectId
));
405
Reporter.Report(new ProjectDiagnostic(WorkspaceDiagnosticKind.Failure, exception.Message, projectChanges.
ProjectId
));