Implemented interface member:
property
ItemType
Microsoft.Build.Evaluation.IItemFactory<S, T>.ItemType
2 writes to ItemType
Microsoft.Build (2)
Instance\ProjectItemInstance.cs (2)
2223
this.
ItemType
= itemType;
2241
set {
ItemType
= value.ItemType; }
7 references to ItemType
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (1)
828
string itemVectorType = itemFactory.
ItemType
;
Instance\ProjectItemInstance.cs (6)
2252
ErrorUtilities.VerifyThrowInternalLength(
ItemType
, "ItemType");
2254
ProjectItemInstance item = new ProjectItemInstance(_project,
ItemType
, include, definingProject);
2285
ErrorUtilities.VerifyThrowInternalLength(
ItemType
, "ItemType");
2287
return new ProjectItemInstance(_project,
ItemType
, evaluatedInclude, evaluatedIncludeBeforeWildcardExpansion, definingProject);
2314
ErrorUtilities.VerifyThrowInternalLength(
ItemType
, "ItemType");
2340
return new ProjectItemInstance(_project,
ItemType
, includeEscaped, includeBeforeWildcardExpansionEscaped, source._taskItem.DirectMetadata, itemDefinitionsClone, definingProject, useItemDefinitionsWithoutModification: false);