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)
173
foreach (TargetEntry target in
_targetsToBuild
)
257
TargetEntry currentTargetEntry =
_targetsToBuild
.Peek();
304
while (!Object.ReferenceEquals(
_targetsToBuild
.Peek(), currentTargetEntry))
306
_targetsToBuild
.Pop();
409
_targetsToBuild
.Any())
411
TargetEntry currentTargetEntry =
_targetsToBuild
.Peek();
428
_targetsToBuild
.Pop();
442
_targetsToBuild
.Push(currentTargetEntry);
526
TargetEntry topEntry =
_targetsToBuild
.Pop();
580
_targetsToBuild
.Peek().LeaveLegacyCallTargetScopes();
581
_targetsToBuild
.Pop();
585
TargetEntry topEntry =
_targetsToBuild
.Pop();
614
while ((
_targetsToBuild
.Any()) && (
_targetsToBuild
.Peek() != topEntry.ParentEntry) && !
_targetsToBuild
.Peek().ErrorTarget)
616
TargetEntry entry =
_targetsToBuild
.Pop();
722
foreach (TargetEntry entry in
_targetsToBuild
)
754
_targetsToBuild
.Push(targetToPush);