1 write to MetadataReferences
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectInfo.cs (1)
174MetadataReferences = metadataReferences;
5 references to MetadataReferences
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadMSBuildWorkspace.cs (1)
109newProjectInfo.MetadataReferences,
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectInfo.cs (2)
302var newMetadataReferences = metadataReferences ?? MetadataReferences; 313newMetadataReferences == MetadataReferences &&
Workspace\Solution\ProjectState.cs (1)
671public IReadOnlyList<MetadataReference> MetadataReferences => this.ProjectInfo.MetadataReferences;
Workspace\Solution\SolutionCompilationState.cs (1)
615.WithProjectMetadataReferences(projectId, info.MetadataReferences)