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