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