Home
last modified time | relevance | path

Searched refs:conditionedPropertiesTable (Results 1 – 6 of 6) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DUtilities.cs50 Hashtable conditionedPropertiesTable, // Hash table containing a StringCollection in UpdateConditionedPropertiesTable() argument
59 if ((conditionedPropertiesTable != null) && (rightValueExpanded.Length > 0)) in UpdateConditionedPropertiesTable()
103 (StringCollection) conditionedPropertiesTable[propertyName]; in UpdateConditionedPropertiesTable()
110 conditionedPropertiesTable[propertyName] = conditionedPropertyValues; in UpdateConditionedPropertiesTable()
138 Hashtable conditionedPropertiesTable // Can be null in GatherReferencedPropertyNames() argument
141 …EvaluateCondition(condition, conditionAttribute, expander, conditionedPropertiesTable, ParserOptio… in GatherReferencedPropertyNames()
234 Hashtable conditionedPropertiesTable, in EvaluateCondition() argument
275 …e = new ConditionEvaluationState(conditionAttribute, expander, conditionedPropertiesTable, conditi… in EvaluateCondition()
H A DProject.cs165 private Hashtable conditionedPropertiesTable; field in Microsoft.Build.BuildEngine.Project
386 this.conditionedPropertiesTable = new Hashtable(StringComparer.OrdinalIgnoreCase); in Project()
1311 return this.conditionedPropertiesTable;
1560 … StringCollection propertyValues = (StringCollection)this.conditionedPropertiesTable[propertyName]; in GetConditionedPropertyValues()
3772 this.conditionedPropertiesTable.Clear(); in ProcessMainProjectElement()
3943 …newPropertyGroup.Evaluate(this.evaluatedProperties, this.conditionedPropertiesTable, ProcessingPas… in ProcessProjectChildren()
3953 …newChoose.Evaluate(this.evaluatedProperties, false, true, this.conditionedPropertiesTable, Process… in ProcessProjectChildren()
4064 new Expander(this.evaluatedProperties), this.conditionedPropertiesTable, in ProcessImportElement()
4324 conditionedPropertiesTable.Clear(); in EvaluateProject()
4387 …yGroup) propertyGroup).Evaluate(this.evaluatedProperties, this.conditionedPropertiesTable, Process… in EvaluateAllPropertyGroups()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Choose/
H A DChoose.cs212 Hashtable conditionedPropertiesTable, in Evaluate() argument
222 … if (currentWhen.EvaluateCondition(parentPropertyBag, conditionedPropertiesTable)) in Evaluate()
225 …hen.Evaluate(parentPropertyBag, ignoreCondition, honorCondition, conditionedPropertiesTable, pass); in Evaluate()
234 …use.Evaluate(parentPropertyBag, ignoreCondition, honorCondition, conditionedPropertiesTable, pass); in Evaluate()
242 …ken.Evaluate(parentPropertyBag, ignoreCondition, honorCondition, conditionedPropertiesTable, pass); in Evaluate()
H A DWhen.cs228 Hashtable conditionedPropertiesTable in EvaluateCondition() argument
236conditionedPropertiesTable, ParserOptions.AllowProperties, this.parentProject.ParentEngine.Logging… in EvaluateCondition()
264 Hashtable conditionedPropertiesTable, in Evaluate() argument
275 … ((BuildPropertyGroup) propOrItem).Evaluate(parentPropertyBag, conditionedPropertiesTable, pass); in Evaluate()
284 …em).Evaluate(parentPropertyBag, ignoreCondition, honorCondition, conditionedPropertiesTable, pass); in Evaluate()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DConditionEvaluator.cs45 …Dictionary<string, List<string>> conditionedPropertiesTable, // List of possible values, keyed b… in UpdateConditionedPropertiesTable() argument
53 if ((conditionedPropertiesTable != null) && (rightValueExpanded.Length > 0)) in UpdateConditionedPropertiesTable()
105 … if (!conditionedPropertiesTable.TryGetValue(propertyName, out conditionedPropertyValues)) in UpdateConditionedPropertiesTable()
108 conditionedPropertiesTable[propertyName] = conditionedPropertyValues; in UpdateConditionedPropertiesTable()
207 Dictionary<string, List<string>> conditionedPropertiesTable,
258 …ionEvaluationState<P, I>(condition, expander, expanderOptions, conditionedPropertiesTable, evaluat…
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Properties/
H A DBuildPropertyGroup.cs1522 Hashtable conditionedPropertiesTable, in Evaluate() argument
1531 expander, conditionedPropertiesTable, ParserOptions.AllowProperties, in Evaluate()
1541 expander, conditionedPropertiesTable, ParserOptions.AllowProperties, in Evaluate()