1 write to _project
Microsoft.Build (1)
Instance\ProjectItemInstance.cs (1)
2037_project = project;
4 references to _project
Microsoft.Build (4)
Instance\ProjectItemInstance.cs (4)
2078ProjectItemInstance item = new ProjectItemInstance(_project, ItemType, include, definingProject); 2111return new ProjectItemInstance(_project, ItemType, evaluatedInclude, evaluatedIncludeBeforeWildcardExpansion, definingProject); 2155if (_project.ItemDefinitions.TryGetValue(source.ItemType, out sourceItemDefinition)) 2161return new ProjectItemInstance(_project, ItemType, includeEscaped, includeBeforeWildcardExpansionEscaped, source._taskItem._directMetadata, itemDefinitionsClone, definingProject, useItemDefinitionsWithoutModification: false);