1 write to _value
Microsoft.Build (1)
Evaluation\Conditionals\StringExpressionNode.cs (1)
30_value = value;
16 references to _value
Microsoft.Build (16)
Evaluation\Conditionals\StringExpressionNode.cs (16)
78switch (_value.Length) 86_cachedExpandedValue = _value; 89if (_value[1] != '(' || (_value[0] != '$' && _value[0] != '%' && _value[0] != '@') || _value[_value.Length - 1] != ')') 97string expandBreakEarly = state.ExpandIntoStringBreakEarly(_value); 112_cachedExpandedValue = _value; 122=> string.IsNullOrEmpty(_value); 130return _value; 143_cachedExpandedValue = state.ExpandIntoString(_value); 147_cachedExpandedValue = _value; 187_shouldBeTreatedAsVisualStudioVersion = string.Equals(_value, "$(MSBuildToolsVersion)", StringComparison.OrdinalIgnoreCase); 198internal override string DebuggerDisplay => $"\"{_value}\"";