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