3 writes to cachedExpandedValue
Microsoft.Build.Engine (3)
Conditionals\StringExpressionNode.cs (3)
23this.cachedExpandedValue = null; 69cachedExpandedValue = state.expanderToUse.ExpandAllIntoString(value, state.conditionAttribute); 81cachedExpandedValue = null;
2 references to cachedExpandedValue
Microsoft.Build.Engine (2)
Conditionals\StringExpressionNode.cs (2)
67if (cachedExpandedValue == null) 72return cachedExpandedValue;