1 instantiation of ProjectInterpretation
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
45
public static ProjectInterpretation Instance = new
ProjectInterpretation
();
14 references to ProjectInterpretation
Microsoft.Build (14)
Graph\GraphBuilder.cs (9)
50
private readonly
ProjectInterpretation
_projectInterpretation;
68
ProjectInterpretation
projectInterpretation,
170
itemType:
ProjectInterpretation
.TransitiveReferenceItemName,
193
foreach (
ProjectInterpretation
.ReferenceInfo referenceInfo in parsedProject.ReferenceInfos)
450
ProjectInterpretation
projectInterpretation,
614
private List<
ProjectInterpretation
.ReferenceInfo> ParseReferences(ProjectGraphNode parsedProject)
616
var referenceInfos = new List<
ProjectInterpretation
.ReferenceInfo>();
772
public List<
ProjectInterpretation
.ReferenceInfo> ReferenceInfos { get; }
774
public ParsedProject(ConfigurationMetadata configurationMetadata, ProjectGraphNode graphNode, List<
ProjectInterpretation
.ReferenceInfo> referenceInfos)
Graph\ProjectGraph.cs (2)
438
ProjectInterpretation
.Instance,
723
var targetsToPropagate =
ProjectInterpretation
.TargetsToPropagate.FromProjectAndEntryTargets(node.ProjectInstance, requestedTargets);
Graph\ProjectGraphNode.cs (2)
22
internal
ProjectInterpretation
.ProjectType ProjectType { get; }
30
ProjectType =
ProjectInterpretation
.GetProjectType(projectInstance);
Graph\ProjectInterpretation.cs (1)
45
public static
ProjectInterpretation
Instance = new ProjectInterpretation();