1 write to _value
Microsoft.Build (1)
Evaluation\Conditionals\StringExpressionNode.cs (1)
29_value = value;
16 references to _value
Microsoft.Build (16)
Evaluation\Conditionals\StringExpressionNode.cs (16)
77switch (_value.Length) 85_cachedExpandedValue = _value; 88if (_value[1] != '(' || (_value[0] != '$' && _value[0] != '%' && _value[0] != '@') || _value[_value.Length - 1] != ')') 96string expandBreakEarly = state.ExpandIntoStringBreakEarly(_value); 111_cachedExpandedValue = _value; 121=> string.IsNullOrEmpty(_value); 129return _value; 142_cachedExpandedValue = state.ExpandIntoString(_value); 146_cachedExpandedValue = _value; 186_shouldBeTreatedAsVisualStudioVersion = string.Equals(_value, "$(MSBuildToolsVersion)", StringComparison.OrdinalIgnoreCase); 197internal override string DebuggerDisplay => $"\"{_value}\"";