3 references to AfterTargetsLocation
Microsoft.Build.Engine.UnitTests (3)
Instance\ProjectInstance_Internal_Tests.cs (1)
808
targetInstance.
AfterTargetsLocation
.ShouldBe(ElementLocation.EmptyLocation);
TestComparers\ProjectInstanceModelTestComparers.cs (2)
102
Assert.Equal(x.
AfterTargetsLocation
, y.
AfterTargetsLocation
, new Helpers.ElementLocationComparerIgnoringType());