1 instantiation of ProjectFileReference
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
MSBuild\ProjectFile\Extensions.cs (1)
56=> new(reference.EvaluatedInclude, reference.GetAliases(), reference.ReferenceOutputAssemblyIsTrue());
6 references to ProjectFileReference
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
MSBuild\ProjectFile\Extensions.cs (3)
31public static IEnumerable<ProjectFileReference> GetProjectReferences(this MSB.Execution.ProjectInstance executedProject) 53/// Create a <see cref="ProjectFileReference"/> from a ProjectReference node in the MSBuild file. 55private static ProjectFileReference CreateProjectFileReference(MSB.Execution.ProjectItemInstance reference)
MSBuild\ProjectFile\ProjectFile.cs (1)
474public void AddProjectReference(string projectName, ProjectFileReference reference)
Rpc\Contracts\IProjectFile.cs (1)
22void AddProjectReference(string projectName, ProjectFileReference reference);
Rpc\Contracts\ProjectFileInfo.cs (1)
111public ImmutableArray<ProjectFileReference> ProjectReferences { get; init; }