2 writes to _newValue
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
1223_newValue = null; 1233_newValue = value;
2 references to _newValue
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
1277get { return !_remove && _newValue == null; } 1285get { return _newValue; }