2 implementations of HasEmptyMarker
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
381
public bool
HasEmptyMarker
(string itemType)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
162
public bool
HasEmptyMarker
(string itemType) => _itemsByType.Values.Any(list => list.Count == 0);
2 references to HasEmptyMarker
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
524
if (groupFound.Count != 0 || scope.Items.
HasEmptyMarker
(itemType))
Collections\IItemDictionary.cs (1)
123
/// See <see cref="
HasEmptyMarker
">HasEmptyMarker</see>.