1 instantiation of ProjectInterpretation
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
45public static ProjectInterpretation Instance = new ProjectInterpretation();
14 references to ProjectInterpretation
Microsoft.Build (14)
Graph\GraphBuilder.cs (9)
50private readonly ProjectInterpretation _projectInterpretation; 69ProjectInterpretation projectInterpretation, 173itemType: ProjectInterpretation.TransitiveReferenceItemName, 196foreach (ProjectInterpretation.ReferenceInfo referenceInfo in parsedProject.ReferenceInfos) 453ProjectInterpretation projectInterpretation, 617private List<ProjectInterpretation.ReferenceInfo> ParseReferences(ProjectGraphNode parsedProject) 619var referenceInfos = new List<ProjectInterpretation.ReferenceInfo>(); 775public List<ProjectInterpretation.ReferenceInfo> ReferenceInfos { get; } 777public ParsedProject(ConfigurationMetadata configurationMetadata, ProjectGraphNode graphNode, List<ProjectInterpretation.ReferenceInfo> referenceInfos)
Graph\ProjectGraph.cs (2)
466ProjectInterpretation.Instance, 752var targetsToPropagate = ProjectInterpretation.TargetsToPropagate.FromProjectAndEntryTargets(node.ProjectInstance, requestedTargets);
Graph\ProjectGraphNode.cs (2)
22internal ProjectInterpretation.ProjectType ProjectType { get; } 30ProjectType = ProjectInterpretation.GetProjectType(projectInstance);
Graph\ProjectInterpretation.cs (1)
45public static ProjectInterpretation Instance = new ProjectInterpretation();