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)
31
public static IEnumerable<
ProjectFileReference
> GetProjectReferences(this MSB.Execution.ProjectInstance executedProject)
53
/// Create a <see cref="
ProjectFileReference
"/> from a ProjectReference node in the MSBuild file.
55
private static
ProjectFileReference
CreateProjectFileReference(MSB.Execution.ProjectItemInstance reference)
MSBuild\ProjectFile\ProjectFile.cs (1)
474
public void AddProjectReference(string projectName,
ProjectFileReference
reference)
Rpc\Contracts\IProjectFile.cs (1)
22
void AddProjectReference(string projectName,
ProjectFileReference
reference);
Rpc\Contracts\ProjectFileInfo.cs (1)
111
public ImmutableArray<
ProjectFileReference
> ProjectReferences { get; init; }