4 references to IsEmpty
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
415
!_targetsToBuild.
IsEmpty
)
624
while ((!_targetsToBuild.
IsEmpty
) && (_targetsToBuild.Peek() != topEntry.ParentEntry) && !_targetsToBuild.Peek().ErrorTarget)
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentStack.cs (2)
113
/// that another thread will modify the collection after <see cref="
IsEmpty
"/> returns, thus invalidating
130
/// For determining whether the collection contains any items, use of the <see cref="
IsEmpty
"/>