1 write to _targetsToBuild
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
122_targetsToBuild = new ConcurrentStack<TargetEntry>();
18 references to _targetsToBuild
Microsoft.Build (18)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (18)
173foreach (TargetEntry target in _targetsToBuild) 257TargetEntry currentTargetEntry = _targetsToBuild.Peek(); 304while (!Object.ReferenceEquals(_targetsToBuild.Peek(), currentTargetEntry)) 306_targetsToBuild.Pop(); 409_targetsToBuild.Any()) 411TargetEntry currentTargetEntry = _targetsToBuild.Peek(); 428_targetsToBuild.Pop(); 442_targetsToBuild.Push(currentTargetEntry); 526TargetEntry topEntry = _targetsToBuild.Pop(); 580_targetsToBuild.Peek().LeaveLegacyCallTargetScopes(); 581_targetsToBuild.Pop(); 585TargetEntry topEntry = _targetsToBuild.Pop(); 614while ((_targetsToBuild.Any()) && (_targetsToBuild.Peek() != topEntry.ParentEntry) && !_targetsToBuild.Peek().ErrorTarget) 616TargetEntry entry = _targetsToBuild.Pop(); 722foreach (TargetEntry entry in _targetsToBuild) 749_targetsToBuild.Push(targetToPush);