1 write to value
Microsoft.Build.Engine (1)
Conditionals\StringExpressionNode.cs (1)
22this.value = value;
2 references to value
Microsoft.Build.Engine (2)
Conditionals\StringExpressionNode.cs (2)
58return value; 69cachedExpandedValue = state.expanderToUse.ExpandAllIntoString(value, state.conditionAttribute);