1 write to Parent
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
1451Parent = lookup._lookupScopes;
20 references to Parent
Microsoft.Build (20)
BackEnd\Components\RequestBuilder\Lookup.cs (20)
164get { return _lookupScopes.Parent.Adds; } 165set { _lookupScopes.Parent.Adds = value; } 170get { return _lookupScopes.Parent.Removes; } 171set { _lookupScopes.Parent.Removes = value; } 176get { return _lookupScopes.Parent.Modifies; } 177set { _lookupScopes.Parent.Modifies = value; } 182get { return _lookupScopes.Parent.Properties; } 183set { _lookupScopes.Parent.Properties = value; } 188get { return _lookupScopes.Parent.PropertySets; } 189set { _lookupScopes.Parent.PropertySets = value; } 290_lookupScopes = _lookupScopes.Parent; 440scope = scope.Parent; 478while (scope.Parent != null) 534scope = scope.Parent; 538if (groupFound == null && scope.Parent == null) 840scope = scope.Parent; 1074scope = scope.Parent; 1086ErrorUtilities.VerifyThrow(_lookupScopes.Parent != null, "Operation in outer scope not supported"); 1467Scope scope = Parent; 1471scope = scope.Parent;