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)
78
switch (
_value
.Length)
86
_cachedExpandedValue =
_value
;
89
if (
_value
[1] != '(' || (
_value
[0] != '$' &&
_value
[0] != '%' &&
_value
[0] != '@') ||
_value
[
_value
.Length - 1] != ')')
97
string expandBreakEarly = state.ExpandIntoStringBreakEarly(
_value
);
112
_cachedExpandedValue =
_value
;
122
=> string.IsNullOrEmpty(
_value
);
130
return
_value
;
143
_cachedExpandedValue = state.ExpandIntoString(
_value
);
147
_cachedExpandedValue =
_value
;
187
_shouldBeTreatedAsVisualStudioVersion = string.Equals(
_value
, "$(MSBuildToolsVersion)", StringComparison.OrdinalIgnoreCase);
198
internal override string DebuggerDisplay => $"\"{
_value
}\"";