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