1 write to _project
Microsoft.Build (1)
Instance\ProjectItemInstance.cs (1)
2200
_project
= project;
4 references to _project
Microsoft.Build (4)
Instance\ProjectItemInstance.cs (4)
2241
ProjectItemInstance item = new ProjectItemInstance(
_project
, ItemType, include, definingProject);
2274
return new ProjectItemInstance(
_project
, ItemType, evaluatedInclude, evaluatedIncludeBeforeWildcardExpansion, definingProject);
2321
if (
_project
.ItemDefinitions.TryGetValue(source.ItemType, out sourceItemDefinition))
2327
return new ProjectItemInstance(
_project
, ItemType, includeEscaped, includeBeforeWildcardExpansionEscaped, source._taskItem.DirectMetadata, itemDefinitionsClone, definingProject, useItemDefinitionsWithoutModification: false);