2 implementations of AddEmptyMarker
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
367
public void
AddEmptyMarker
(string itemType)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
67
public void
AddEmptyMarker
(string itemType) => throw new NotSupportedException();
2 references to AddEmptyMarker
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
609
PrimaryTable.
AddEmptyMarker
(itemType);
Collections\IItemDictionary.cs (1)
125
/// there are no items of this type. See comment on <see cref="
AddEmptyMarker
">AddEmptyMarker</see>.