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; 68ProjectInterpretation projectInterpretation, 170itemType: ProjectInterpretation.TransitiveReferenceItemName, 193foreach (ProjectInterpretation.ReferenceInfo referenceInfo in parsedProject.ReferenceInfos) 450ProjectInterpretation projectInterpretation, 614private List<ProjectInterpretation.ReferenceInfo> ParseReferences(ProjectGraphNode parsedProject) 616var referenceInfos = new List<ProjectInterpretation.ReferenceInfo>(); 772public List<ProjectInterpretation.ReferenceInfo> ReferenceInfos { get; } 774public ParsedProject(ConfigurationMetadata configurationMetadata, ProjectGraphNode graphNode, List<ProjectInterpretation.ReferenceInfo> referenceInfos)
Graph\ProjectGraph.cs (2)
438ProjectInterpretation.Instance, 723var 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();