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)
77
switch (
_value
.Length)
85
_cachedExpandedValue =
_value
;
88
if (
_value
[1] != '(' || (
_value
[0] != '$' &&
_value
[0] != '%' &&
_value
[0] != '@') ||
_value
[
_value
.Length - 1] != ')')
96
string expandBreakEarly = state.ExpandIntoStringBreakEarly(
_value
);
111
_cachedExpandedValue =
_value
;
121
=> string.IsNullOrEmpty(
_value
);
129
return
_value
;
142
_cachedExpandedValue = state.ExpandIntoString(
_value
);
146
_cachedExpandedValue =
_value
;
186
_shouldBeTreatedAsVisualStudioVersion = string.Equals(
_value
, "$(MSBuildToolsVersion)", StringComparison.OrdinalIgnoreCase);
197
internal override string DebuggerDisplay => $"\"{
_value
}\"";