6 references to Items
Microsoft.Build (6)
BackEnd\Shared\BuildResult.cs (2)
135/// <see cref="ProjectInstance.Items"/> from it. No other operation is guaranteed to be supported. 416/// <see cref="ProjectInstance.Items"/> from it. Any other operation is not guaranteed to be supported.
Graph\ProjectGraphNode.cs (1)
53$"{truncatedProjectFile}, #GlobalProps={ProjectInstance.GlobalProperties.Count}, #Props={ProjectInstance.Properties.Count}, #Items={ProjectInstance.Items.Count}, #in={ReferencingProjects.Count}, #out={ProjectReferences.Count}";
Instance\ProjectInstance.cs (3)
762foreach (ProjectItemInstance item in that.Items) 870_items = new ItemDictionary<ProjectItemInstance>(that.Items.Count); 2422/// Replaces the project state (<see cref="GlobalProperties"/>, <see cref="Properties"/> and <see cref="Items"/>) with that