Implemented interface member:
property
ItemType
Microsoft.Build.Evaluation.IItemFactory<S, T>.ItemType
2 writes to ItemType
Microsoft.Build (2)
Instance\ProjectItemInstance.cs (2)
1989this.ItemType = itemType; 2007set { ItemType = value.ItemType; }
7 references to ItemType
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (1)
827string itemVectorType = itemFactory.ItemType;
Instance\ProjectItemInstance.cs (6)
2018ErrorUtilities.VerifyThrowInternalLength(ItemType, "ItemType"); 2020ProjectItemInstance item = new ProjectItemInstance(_project, ItemType, include, definingProject); 2051ErrorUtilities.VerifyThrowInternalLength(ItemType, "ItemType"); 2053return new ProjectItemInstance(_project, ItemType, evaluatedInclude, evaluatedIncludeBeforeWildcardExpansion, definingProject); 2077ErrorUtilities.VerifyThrowInternalLength(ItemType, "ItemType"); 2103return new ProjectItemInstance(_project, ItemType, includeEscaped, includeBeforeWildcardExpansionEscaped, source._taskItem._directMetadata, itemDefinitionsClone, definingProject, useItemDefinitionsWithoutModification: false);