4 references to ItemTypeLocation
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
1097
outputTargetName = bucket.Expander.ExpandIntoStringAndUnescape(taskOutputItemInstance.ItemType, ExpanderOptions.ExpandAll, taskOutputItemInstance.
ItemTypeLocation
);
1102
taskOutputItemInstance.
ItemTypeLocation
,
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
388
Assert.Equal(x.
ItemTypeLocation
, y.
ItemTypeLocation
, new Helpers.ElementLocationComparerIgnoringType());