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)
1295get { return !_remove && _newValue == null; } 1303get { return _newValue; }