6 references to ConditionLocation
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
352
ProjectErrorUtilities.ThrowInvalidProject(_target.
ConditionLocation
, "TargetConditionHasInvalidMetadataReference", _target.Name, _target.Condition);
363
_target.
ConditionLocation
,
378
string expanded = _expander.ExpandIntoStringAndUnescape(_target.Condition, ExpanderOptions.ExpandPropertiesAndItems | ExpanderOptions.LeavePropertiesUnexpandedOnError | ExpanderOptions.Truncate, _target.
ConditionLocation
);
Microsoft.Build.Engine.UnitTests (3)
Instance\ProjectInstance_Internal_Tests.cs (1)
801
targetInstance.
ConditionLocation
.ShouldBe(ElementLocation.EmptyLocation);
TestComparers\ProjectInstanceModelTestComparers.cs (2)
95
Assert.Equal(x.
ConditionLocation
, y.
ConditionLocation
, new Helpers.ElementLocationComparerIgnoringType());