1 write to Properties
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
176set { _lookupScopes.Parent.Properties = value; }
3 references to Properties
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
175get { return _lookupScopes.Parent.Properties; } 426if (scope.Properties != null) 428ProjectPropertyInstance property = scope.Properties.GetProperty(name, startIndex, endIndex);