1 write to _targetsToBuild
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
127_targetsToBuild = new ConcurrentStack<TargetEntry>();
18 references to _targetsToBuild
Microsoft.Build (18)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (18)
178foreach (TargetEntry target in _targetsToBuild) 263TargetEntry currentTargetEntry = _targetsToBuild.Peek(); 310while (!Object.ReferenceEquals(_targetsToBuild.Peek(), currentTargetEntry)) 312_targetsToBuild.Pop(); 415_targetsToBuild.Any()) 417TargetEntry currentTargetEntry = _targetsToBuild.Peek(); 434_targetsToBuild.Pop(); 448_targetsToBuild.Push(currentTargetEntry); 537TargetEntry topEntry = _targetsToBuild.Pop(); 590_targetsToBuild.Peek().LeaveLegacyCallTargetScopes(); 591_targetsToBuild.Pop(); 595TargetEntry topEntry = _targetsToBuild.Pop(); 624while ((_targetsToBuild.Any()) && (_targetsToBuild.Peek() != topEntry.ParentEntry) && !_targetsToBuild.Peek().ErrorTarget) 626TargetEntry entry = _targetsToBuild.Pop(); 729foreach (TargetEntry entry in _targetsToBuild) 761_targetsToBuild.Push(targetToPush);