1 instantiation of ProjectFileReference
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
656var reference = new ProjectFileReference(project.FilePath, projectReference.Aliases, referenceOutputAssembly: true);
5 references to ProjectFileReference
Microsoft.CodeAnalysis.Workspaces.MSBuild (5)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
200foreach (var projectFileReference in projectFileInfo.ProjectReferences)
MSBuild\MSBuildWorkspace.cs (1)
656var reference = new ProjectFileReference(project.FilePath, projectReference.Aliases, referenceOutputAssembly: true);
Rpc\RemoteProjectFile.cs (1)
40public Task AddProjectReferenceAsync(string projectName, ProjectFileReference projectFileReference, CancellationToken cancellationToken)
src\Workspaces\Core\MSBuild.BuildHost\Rpc\Contracts\IProjectFile.cs (1)
22void AddProjectReference(string projectName, ProjectFileReference reference);
src\Workspaces\Core\MSBuild.BuildHost\Rpc\Contracts\ProjectFileInfo.cs (1)
111public ImmutableArray<ProjectFileReference> ProjectReferences { get; init; }