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