2 writes to _newValue
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
1254
_newValue
= null;
1264
_newValue
= value;
2 references to _newValue
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
1308
get { return !_remove &&
_newValue
== null; }
1316
get { return
_newValue
; }