1 write to parentProject
Microsoft.Build.Engine (1)
Items\ItemDefinitionLibrary.cs (1)
202this.parentProject = parentProject;
3 references to parentProject
Microsoft.Build.Engine (3)
Items\ItemDefinitionLibrary.cs (3)
222if (!Utilities.EvaluateCondition(condition, conditionAttribute, expander, ParserOptions.AllowProperties, parentProject)) 253if (!Utilities.EvaluateCondition(condition, conditionAttribute, expander, ParserOptions.AllowPropertiesAndItemMetadata, parentProject)) 286if (!Utilities.EvaluateCondition(condition, conditionAttribute, expander, ParserOptions.AllowPropertiesAndItemMetadata, parentProject))