7 writes to _cachedExpandedValue
Microsoft.Build (7)
Evaluation\Conditionals\StringExpressionNode.cs (7)
81
_cachedExpandedValue
= String.Empty;
86
_cachedExpandedValue
= _value;
108
_cachedExpandedValue
= expandBreakEarly;
112
_cachedExpandedValue
= _value;
143
_cachedExpandedValue
= state.ExpandIntoString(_value);
147
_cachedExpandedValue
= _value;
160
_cachedExpandedValue
= null;
4 references to _cachedExpandedValue
Microsoft.Build (4)
Evaluation\Conditionals\StringExpressionNode.cs (4)
74
if (
_cachedExpandedValue
== null)
116
return
_cachedExpandedValue
.Length == 0;
139
if (
_cachedExpandedValue
== null)
151
return
_cachedExpandedValue
;