2 writes to PropertySets
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
146set { _lookupScopes.PropertySets = value; } 182set { _lookupScopes.Parent.PropertySets = value; }
4 references to PropertySets
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\Lookup.cs (4)
145get { return _lookupScopes.PropertySets; } 181get { return _lookupScopes.Parent.PropertySets; } 417if (scope.PropertySets != null) 419ProjectPropertyInstance property = scope.PropertySets.GetProperty(name, startIndex, endIndex);