7 overrides of ConditionLocation
Microsoft.Build (7)
Construction\ProjectChooseElement.cs (1)
80
public override ElementLocation
ConditionLocation
Construction\ProjectExtensionsElement.cs (1)
87
public override ElementLocation
ConditionLocation
Construction\ProjectOtherwiseElement.cs (1)
75
public override ElementLocation
ConditionLocation
Construction\ProjectRootElement.cs (1)
628
public override ElementLocation
ConditionLocation
Construction\ProjectUsingTaskBodyElement.cs (1)
107
public override ElementLocation
ConditionLocation
Construction\ProjectUsingTaskParameterElement.cs (1)
138
public override ElementLocation
ConditionLocation
Construction\UsingTaskParameterGroupElement.cs (1)
65
public override ElementLocation
ConditionLocation
22 references to ConditionLocation
Microsoft.Build (20)
Definition\ProjectMetadata.cs (1)
233
get { return _xml.
ConditionLocation
; }
Evaluation\Evaluator.cs (14)
439
output.
ConditionLocation
);
452
output.
ConditionLocation
);
472
ProjectPropertyGroupTaskPropertyInstance property = new ProjectPropertyGroupTaskPropertyInstance(propertyElement.Name, propertyElement.Value, propertyElement.Condition, propertyElement.Location, propertyElement.
ConditionLocation
);
476
ProjectPropertyGroupTaskInstance propertyGroup = new ProjectPropertyGroupTaskInstance(propertyGroupElement.Condition, propertyGroupElement.Location, propertyGroupElement.
ConditionLocation
, properties);
487
ProjectOnErrorInstance onError = new ProjectOnErrorInstance(projectOnErrorElement.ExecuteTargetsAttribute, projectOnErrorElement.Condition, projectOnErrorElement.Location, projectOnErrorElement.ExecuteTargetsLocation, projectOnErrorElement.
ConditionLocation
);
511
metadataElement.
ConditionLocation
));
534
itemElement.
ConditionLocation
,
538
ProjectItemGroupTaskInstance itemGroup = new ProjectItemGroupTaskInstance(itemGroupElement.Condition, itemGroupElement.Location, itemGroupElement.
ConditionLocation
, items);
594
targetElement.
ConditionLocation
,
1691
string expanded = _expander.ExpandIntoStringAndUnescape(importElement.Condition, ExpanderOptions.ExpandProperties | ExpanderOptions.LeavePropertiesUnexpandedOnError | ExpanderOptions.Truncate, importElement.
ConditionLocation
);
2388
using (_evaluationProfiler.TrackCondition(element.
ConditionLocation
, condition))
2396
element.
ConditionLocation
,
2424
using (_evaluationProfiler.TrackCondition(element.
ConditionLocation
, condition))
2433
element.
ConditionLocation
,
Evaluation\LazyItemEvaluator.cs (3)
84
using (lazyEvaluator._evaluationProfiler.TrackCondition(element.
ConditionLocation
, condition))
92
element.
ConditionLocation
,
647
metadatumElement.
ConditionLocation
);
Instance\ProjectTaskInstance.cs (1)
111
_conditionLocation = element.
ConditionLocation
;
Instance\TaskRegistry.cs (1)
307
projectUsingTaskXml.
ConditionLocation
,
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
390
VerifySameLocationWithException(() => realXml.
ConditionLocation
, () => viewXml.
ConditionLocation
, context);