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