7 writes to _cachedExpandedValue
Microsoft.Build (7)
Evaluation\Conditionals\StringExpressionNode.cs (7)
81_cachedExpandedValue = String.Empty; 86_cachedExpandedValue = _value; 108_cachedExpandedValue = expandBreakEarly; 112_cachedExpandedValue = _value; 143_cachedExpandedValue = state.ExpandIntoString(_value); 147_cachedExpandedValue = _value; 160_cachedExpandedValue = null;
4 references to _cachedExpandedValue
Microsoft.Build (4)
Evaluation\Conditionals\StringExpressionNode.cs (4)
74if (_cachedExpandedValue == null) 116return _cachedExpandedValue.Length == 0; 139if (_cachedExpandedValue == null) 151return _cachedExpandedValue;