7 writes to _cachedExpandedValue
Microsoft.Build (7)
Evaluation\Conditionals\StringExpressionNode.cs (7)
80_cachedExpandedValue = String.Empty; 85_cachedExpandedValue = _value; 107_cachedExpandedValue = expandBreakEarly; 111_cachedExpandedValue = _value; 142_cachedExpandedValue = state.ExpandIntoString(_value); 146_cachedExpandedValue = _value; 159_cachedExpandedValue = null;
4 references to _cachedExpandedValue
Microsoft.Build (4)
Evaluation\Conditionals\StringExpressionNode.cs (4)
73if (_cachedExpandedValue == null) 115return _cachedExpandedValue.Length == 0; 138if (_cachedExpandedValue == null) 150return _cachedExpandedValue;