2 writes to PropertySets
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
159set { _lookupScopes.PropertySets = value; } 189set { _lookupScopes.Parent.PropertySets = value; }
4 references to PropertySets
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\Lookup.cs (4)
158get { return _lookupScopes.PropertySets; } 188get { return _lookupScopes.Parent.PropertySets; } 422if (scope.PropertySets != null) 424ProjectPropertyInstance property = scope.PropertySets.GetProperty(name, startIndex, endIndex);