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