3 references to CreateProjectReference
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (3)
247
var newProjectReference =
CreateProjectReference
(from: id, to: unknownProjectId, aliases);
308
var newProjectReference =
CreateProjectReference
(from: id, to: projectReferenceInfo.Id, aliases);
405
var newProjectReference =
CreateProjectReference
(from: id, to: projectReferenceId, aliases);