2 implementations of Clear
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
136public void Clear()
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
67public void Clear() => throw new NotSupportedException();