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;
69
ProjectInterpretation
projectInterpretation,
173
itemType:
ProjectInterpretation
.TransitiveReferenceItemName,
196
foreach (
ProjectInterpretation
.ReferenceInfo referenceInfo in parsedProject.ReferenceInfos)
453
ProjectInterpretation
projectInterpretation,
617
private List<
ProjectInterpretation
.ReferenceInfo> ParseReferences(ProjectGraphNode parsedProject)
619
var referenceInfos = new List<
ProjectInterpretation
.ReferenceInfo>();
775
public List<
ProjectInterpretation
.ReferenceInfo> ReferenceInfos { get; }
777
public ParsedProject(ConfigurationMetadata configurationMetadata, ProjectGraphNode graphNode, List<
ProjectInterpretation
.ReferenceInfo> referenceInfos)
Graph\ProjectGraph.cs (2)
466
ProjectInterpretation
.Instance,
752
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();