2 writes to _newValue
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
1241
_newValue
= null;
1251
_newValue
= value;
2 references to _newValue
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
1295
get { return !_remove &&
_newValue
== null; }
1303
get { return
_newValue
; }