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