3 references to ConditionLocation
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
347
ProjectErrorUtilities.ThrowInvalidProject(_target.
ConditionLocation
, "TargetConditionHasInvalidMetadataReference", _target.Name, _target.Condition);
358
_target.
ConditionLocation
,
375
string expanded = _expander.ExpandIntoStringAndUnescape(_target.Condition, ExpanderOptions.ExpandPropertiesAndItems | ExpanderOptions.LeavePropertiesUnexpandedOnError | ExpanderOptions.Truncate, _target.
ConditionLocation
);