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