2 writes to PropertySets
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
151set { _lookupScopes.First.Value.PropertySets = value; } 187set { _lookupScopes.First.Next.Value.PropertySets = value; }
4 references to PropertySets
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\Lookup.cs (4)
150get { return _lookupScopes.First.Value.PropertySets; } 186get { return _lookupScopes.First.Next.Value.PropertySets; } 421if (scope.PropertySets != null) 423ProjectPropertyInstance property = scope.PropertySets.GetProperty(name, startIndex, endIndex);