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)
73
if (
_cachedExpandedValue
== null)
115
return
_cachedExpandedValue
.Length == 0;
138
if (
_cachedExpandedValue
== null)
150
return
_cachedExpandedValue
;