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