2 references to GetMetadataReferences
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
228foreach (var (filePath, aliases) in Project.GetMetadataReferences())
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
102var metadataReferences = commandLineArgs.Length == 0 ? _projectInstance.GetMetadataReferences().ToArray() : [];