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