7 overrides of ConditionLocation
Microsoft.Build (7)
Construction\ProjectChooseElement.cs (1)
81
public override ElementLocation
ConditionLocation
Construction\ProjectExtensionsElement.cs (1)
87
public override ElementLocation
ConditionLocation
Construction\ProjectOtherwiseElement.cs (1)
76
public override ElementLocation
ConditionLocation
Construction\ProjectRootElement.cs (1)
648
public override ElementLocation
ConditionLocation
Construction\ProjectUsingTaskBodyElement.cs (1)
108
public override ElementLocation
ConditionLocation
Construction\ProjectUsingTaskParameterElement.cs (1)
138
public override ElementLocation
ConditionLocation
Construction\UsingTaskParameterGroupElement.cs (1)
65
public override ElementLocation
ConditionLocation
20 references to ConditionLocation
Microsoft.Build (20)
Definition\ProjectMetadata.cs (1)
233
get { return _xml.
ConditionLocation
; }
Evaluation\Evaluator.cs (14)
488
output.
ConditionLocation
);
501
output.
ConditionLocation
);
521
ProjectPropertyGroupTaskPropertyInstance property = new ProjectPropertyGroupTaskPropertyInstance(propertyElement.Name, propertyElement.Value, propertyElement.Condition, propertyElement.Location, propertyElement.
ConditionLocation
);
525
ProjectPropertyGroupTaskInstance propertyGroup = new ProjectPropertyGroupTaskInstance(propertyGroupElement.Condition, propertyGroupElement.Location, propertyGroupElement.
ConditionLocation
, properties);
536
ProjectOnErrorInstance onError = new ProjectOnErrorInstance(projectOnErrorElement.ExecuteTargetsAttribute, projectOnErrorElement.Condition, projectOnErrorElement.Location, projectOnErrorElement.ExecuteTargetsLocation, projectOnErrorElement.
ConditionLocation
);
560
metadataElement.
ConditionLocation
));
583
itemElement.
ConditionLocation
,
587
ProjectItemGroupTaskInstance itemGroup = new ProjectItemGroupTaskInstance(itemGroupElement.Condition, itemGroupElement.Location, itemGroupElement.
ConditionLocation
, items);
643
targetElement.
ConditionLocation
,
1789
string expanded = _expander.ExpandIntoStringAndUnescape(importElement.Condition, ExpanderOptions.ExpandProperties | ExpanderOptions.LeavePropertiesUnexpandedOnError | ExpanderOptions.Truncate, importElement.
ConditionLocation
);
2518
using (_evaluationProfiler.TrackCondition(element.
ConditionLocation
, condition))
2526
element.
ConditionLocation
,
2554
using (_evaluationProfiler.TrackCondition(element.
ConditionLocation
, condition))
2563
element.
ConditionLocation
,
Evaluation\LazyItemEvaluator.cs (3)
84
using (lazyEvaluator._evaluationProfiler.TrackCondition(element.
ConditionLocation
, condition))
92
element.
ConditionLocation
,
652
metadatumElement.
ConditionLocation
);
Instance\ProjectTaskInstance.cs (1)
110
_conditionLocation = element.
ConditionLocation
;
Instance\TaskRegistry.cs (1)
298
projectUsingTaskXml.
ConditionLocation
,